Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Revert "selinux: whitelist f2fs"
Browse files Browse the repository at this point in the history
This reverts commit ddcab8f.
  • Loading branch information
opnay committed Feb 14, 2015
1 parent a7159ee commit 0d042d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,6 @@ static int sb_finish_set_opts(struct super_block *sb)
if (strncmp(sb->s_type->name, "sysfs", sizeof("sysfs")) == 0)
sbsec->flags |= SE_SBLABELSUPP;

/* Special handling for f2fs */
if (strncmp(sb->s_type->name, "f2fs", sizeof("f2fs")) == 0)
sbsec->flags |= SE_SBLABELSUPP;

/* Initialize the root inode. */
rc = inode_doinit_with_dentry(root_inode, root);

Expand Down

0 comments on commit 0d042d9

Please sign in to comment.