From c779a4ee2b8f61e54442d9f65c0efcee18b805cb Mon Sep 17 00:00:00 2001 From: Valentin Plugaru Date: Fri, 19 Oct 2018 23:19:28 +0200 Subject: [PATCH] Add SpectrumScale/GPFS and Lustre to FS whitelist Fixes: #304 Signed-off-by: Valentin Plugaru --- util/fusermount.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/fusermount.c b/util/fusermount.c index 250bf76..7a6ac01 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -1020,8 +1020,10 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd) 0xF2F52010 /* F2FS_SUPER_MAGIC */, 0x65735546 /* FUSE_SUPER_MAGIC */, 0x01161970 /* GFS2_MAGIC */, + 0x47504653 /* GPFS_SUPER_MAGIC */, 0x3153464A /* JFS_SUPER_MAGIC */, 0x000072B6 /* JFFS2_SUPER_MAGIC */, + 0x0BD00BD0 /* LL_SUPER_MAGIC */, 0x0000564C /* NCP_SUPER_MAGIC */, 0x00006969 /* NFS_SUPER_MAGIC */, 0x00003434 /* NILFS_SUPER_MAGIC */, -- 2.30.2