diff options
Diffstat (limited to 'security')
| -rw-r--r-- | security/selinux/hooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 7dade28affba..212070e1de1a 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
| @@ -403,6 +403,7 @@ static int selinux_is_sblabel_mnt(struct super_block *sb) | |||
| 403 | return sbsec->behavior == SECURITY_FS_USE_XATTR || | 403 | return sbsec->behavior == SECURITY_FS_USE_XATTR || |
| 404 | sbsec->behavior == SECURITY_FS_USE_TRANS || | 404 | sbsec->behavior == SECURITY_FS_USE_TRANS || |
| 405 | sbsec->behavior == SECURITY_FS_USE_TASK || | 405 | sbsec->behavior == SECURITY_FS_USE_TASK || |
| 406 | sbsec->behavior == SECURITY_FS_USE_NATIVE || | ||
| 406 | /* Special handling. Genfs but also in-core setxattr handler */ | 407 | /* Special handling. Genfs but also in-core setxattr handler */ |
| 407 | !strcmp(sb->s_type->name, "sysfs") || | 408 | !strcmp(sb->s_type->name, "sysfs") || |
| 408 | !strcmp(sb->s_type->name, "pstore") || | 409 | !strcmp(sb->s_type->name, "pstore") || |
