summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index 23abc9173..8f5dcdbd6 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -712,7 +712,7 @@ int main(int argc, char **argv)
longopts, NULL)) != -1) {
/* only few options are allowed for non-root users */
- if (mnt_context_is_restricted(cxt) && !strchr("hlLUVvpr", c))
+ if (mnt_context_is_restricted(cxt) && !strchr("hlLUVvpri", c))
exit_non_root(option_to_longopt(c, longopts));
switch(c) {