代码拉取完成,页面将自动刷新
From 39b94ba3c5638f2ec76d392acf8aad32719d64c0 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <[email protected]>
Date: Wed, 3 Apr 2019 12:23:56 +0300
Subject: [PATCH] Whitelist SMB2 found on some NAS devices
* https://bugzilla.redhat.com/1694552#c7
Signed-off-by: Peter Lemenkov <[email protected]>
---
util/fusermount.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/fusermount.c b/util/fusermount.c
index 7f9b7cd80..5021409f9 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -1035,6 +1035,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
0x5346544E /* NTFS_SB_MAGIC */,
0x794C7630 /* OVERLAYFS_SUPER_MAGIC */,
0x52654973 /* REISERFS_SUPER_MAGIC */,
+ 0xFE534D42 /* SMB2_SUPER_MAGIC */,
0x73717368 /* SQUASHFS_MAGIC */,
0x01021994 /* TMPFS_MAGIC */,
0x24051905 /* UBIFS_SUPER_MAGIC */,
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。