aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/fusermount.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index e837eb2..93d9f52 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -551,11 +551,6 @@ int main(int argc, char *argv[])
break;
case 'x':
- if(getuid() != 0) {
- fprintf(stderr, "%s: option %s is allowed only for root\n",
- progname, argv[a]);
- exit(1);
- }
opts.allow_other = 1;
break;