diff options
author | Daniel Fullmer <danielrf12@gmail.com> | 2018-08-08 21:24:44 -0400 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-08-09 19:15:45 +0100 |
commit | 20aef732d4bdcef8f13d3925d9058987834ac090 (patch) | |
tree | 10c886a84071476df259ea9ee2309f4d227e3eca | |
parent | 9b287377343fd796d359e67de54d477d8084cfcd (diff) | |
download | libfuse-20aef732d4bdcef8f13d3925d9058987834ac090.tar.gz |
Add bcachefs to mountpoint file system whitelist
-rw-r--r-- | util/fusermount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fusermount.c b/util/fusermount.c index 45b54e3..ed9d0aa 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -1011,6 +1011,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd) typeof(fs_buf.f_type) f_type_whitelist[] = { 0x61756673 /* AUFS_SUPER_MAGIC */, 0x00000187 /* AUTOFS_SUPER_MAGIC */, + 0xCA451A4E /* BCACHEFS_STATFS_MAGIC */, 0x9123683E /* BTRFS_SUPER_MAGIC */, 0x00C36400 /* CEPH_SUPER_MAGIC */, 0xFF534D42 /* CIFS_MAGIC_NUMBER */, |