diff options
Diffstat (limited to 'util/mount.fuse.c')
-rw-r--r-- | util/mount.fuse.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/mount.fuse.c b/util/mount.fuse.c index 04d63b2..b98fb2a 100644 --- a/util/mount.fuse.c +++ b/util/mount.fuse.c @@ -43,6 +43,10 @@ #define SECBIT_NOROOT_LOCKED (issecure_mask(SECURE_NOROOT_LOCKED)) #endif #endif +/* linux < 3.5 */ +#ifndef PR_SET_NO_NEW_PRIVS +#define PR_SET_NO_NEW_PRIVS 38 +#endif #include "fuse.h" |