mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Revert "SELinux: allow fstype unknown to policy to use xattrs if present"
This reverts commit 811f379927
.
From Eric Paris:
"Please drop this patch for now. It deadlocks on ntfs-3g. I need to
rework it to handle fuse filesystems better. (casey was right)"
This commit is contained in:
parent
50515af207
commit
089be43e40
3 changed files with 14 additions and 37 deletions
|
@ -136,7 +136,7 @@ int security_get_allow_unknown(void);
|
|||
#define SECURITY_FS_USE_MNTPOINT 6 /* use mountpoint labeling */
|
||||
|
||||
int security_fs_use(const char *fstype, unsigned int *behavior,
|
||||
u32 *sid, bool can_xattr);
|
||||
u32 *sid);
|
||||
|
||||
int security_genfs_sid(const char *fstype, char *name, u16 sclass,
|
||||
u32 *sid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue