Merge "Sepolicy: Label kernel notes"
am: 1d7fcdd59a
Change-Id: I73c02c704d449b7ba3792a58785938a7c7518051
This commit is contained in:
commit
aee0b123b7
3 changed files with 3 additions and 0 deletions
|
@ -598,6 +598,7 @@
|
|||
sysfs_dm
|
||||
sysfs_dt_firmware_android
|
||||
sysfs_ipv4
|
||||
sysfs_kernel_notes
|
||||
sysfs_net
|
||||
sysfs_power
|
||||
sysfs_rtc
|
||||
|
|
|
@ -107,6 +107,7 @@ genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
|||
genfscon sysfs /power/wake_lock u:object_r:sysfs_wake_lock:s0
|
||||
genfscon sysfs /power/wake_unlock u:object_r:sysfs_wake_lock:s0
|
||||
genfscon sysfs /kernel/ipv4 u:object_r:sysfs_ipv4:s0
|
||||
genfscon sysfs /kernel/notes u:object_r:sysfs_kernel_notes:s0
|
||||
genfscon sysfs /kernel/uevent_helper u:object_r:sysfs_usermodehelper:s0
|
||||
genfscon sysfs /kernel/wakeup_reasons u:object_r:sysfs_wakeup_reasons:s0
|
||||
genfscon sysfs /module/lowmemorykiller u:object_r:sysfs_lowmemorykiller:s0
|
||||
|
|
|
@ -66,6 +66,7 @@ type sysfs_bluetooth_writable, fs_type, sysfs_type, mlstrustedobject;
|
|||
type sysfs_dm, fs_type, sysfs_type;
|
||||
type sysfs_dt_firmware_android, fs_type, sysfs_type;
|
||||
type sysfs_ipv4, fs_type, sysfs_type;
|
||||
type sysfs_kernel_notes, fs_type, sysfs_type, mlstrustedobject;
|
||||
type sysfs_leds, fs_type, sysfs_type;
|
||||
type sysfs_hwrandom, fs_type, sysfs_type;
|
||||
type sysfs_nfc_power_writable, fs_type, sysfs_type, mlstrustedobject;
|
||||
|
|
Loading…
Reference in a new issue