diff options
| author | James Morris <jmorris@namei.org> | 2008-07-15 04:32:49 -0400 |
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2008-07-15 04:32:49 -0400 |
| commit | 089be43e403a78cd6889cde2fba164fefe9dfd89 (patch) | |
| tree | de401b27c91c528dbf64c712e6b64d185ded0c54 /security/selinux/include | |
| parent | 50515af207d410c9f228380e529c56f43c3de0bd (diff) | |
Revert "SELinux: allow fstype unknown to policy to use xattrs if present"
This reverts commit 811f3799279e567aa354c649ce22688d949ac7a9.
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)"
Diffstat (limited to 'security/selinux/include')
| -rw-r--r-- | security/selinux/include/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index 44cba2e21dcf..7c543003d653 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
| @@ -136,7 +136,7 @@ int security_get_allow_unknown(void); | |||
| 136 | #define SECURITY_FS_USE_MNTPOINT 6 /* use mountpoint labeling */ | 136 | #define SECURITY_FS_USE_MNTPOINT 6 /* use mountpoint labeling */ |
| 137 | 137 | ||
| 138 | int security_fs_use(const char *fstype, unsigned int *behavior, | 138 | int security_fs_use(const char *fstype, unsigned int *behavior, |
| 139 | u32 *sid, bool can_xattr); | 139 | u32 *sid); |
| 140 | 140 | ||
| 141 | int security_genfs_sid(const char *fstype, char *name, u16 sclass, | 141 | int security_genfs_sid(const char *fstype, char *name, u16 sclass, |
| 142 | u32 *sid); | 142 | u32 *sid); |
