Searched hist:"8326 c1eec2449f0e868f7b19a5fa7bfa0386ab48" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | Kconfig | diff 8326c1eec2449f0e868f7b19a5fa7bfa0386ab48 Fri Mar 03 01:44:03 CST 2017 Hyunchul Lee <cheol.lee@lge.com> ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
When write syscall is called, every time security label is searched to determine that file's privileges should be changed. If LSM(Linux Security Model) is not used, this is useless.
So introduce CONFIG_UBIFS_SECURITY to disable security labels. it's default value is "y".
Signed-off-by: Hyunchul Lee <cheol.lee@lge.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | xattr.c | diff 8326c1eec2449f0e868f7b19a5fa7bfa0386ab48 Fri Mar 03 01:44:03 CST 2017 Hyunchul Lee <cheol.lee@lge.com> ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
When write syscall is called, every time security label is searched to determine that file's privileges should be changed. If LSM(Linux Security Model) is not used, this is useless.
So introduce CONFIG_UBIFS_SECURITY to disable security labels. it's default value is "y".
Signed-off-by: Hyunchul Lee <cheol.lee@lge.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | ubifs.h | diff 8326c1eec2449f0e868f7b19a5fa7bfa0386ab48 Fri Mar 03 01:44:03 CST 2017 Hyunchul Lee <cheol.lee@lge.com> ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
When write syscall is called, every time security label is searched to determine that file's privileges should be changed. If LSM(Linux Security Model) is not used, this is useless.
So introduce CONFIG_UBIFS_SECURITY to disable security labels. it's default value is "y".
Signed-off-by: Hyunchul Lee <cheol.lee@lge.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|