From acb4d36c3c91ffc076e76bd11ef8064bd51b4716 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 2 Jul 2004 16:20:45 +0000 Subject: minor features --- util/fusermount.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'util/fusermount.c') 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; -- cgit v1.2.3