Add Label to f2fs sysfs files am: 46c50683d6
am: fe47f9e353
Change-Id: I5b0bbe9ccd6e7987de2fee54304352dadf5dadcb
This commit is contained in:
commit
24c041f6da
3 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
||||||
simpleperf_app_runner_exec
|
simpleperf_app_runner_exec
|
||||||
su_tmpfs
|
su_tmpfs
|
||||||
super_block_device
|
super_block_device
|
||||||
|
sysfs_fs_f2fs
|
||||||
system_event_log_tags_file
|
system_event_log_tags_file
|
||||||
system_lmk_prop
|
system_lmk_prop
|
||||||
system_suspend_hwservice
|
system_suspend_hwservice
|
||||||
|
|
|
@ -120,6 +120,7 @@ genfscon sysfs /devices/virtual/misc/hw_random u:object_r:sysfs_hwrandom:s0
|
||||||
genfscon sysfs /devices/virtual/switch u:object_r:sysfs_switch:s0
|
genfscon sysfs /devices/virtual/switch u:object_r:sysfs_switch:s0
|
||||||
genfscon sysfs /firmware/devicetree/base/firmware/android u:object_r:sysfs_dt_firmware_android:s0
|
genfscon sysfs /firmware/devicetree/base/firmware/android u:object_r:sysfs_dt_firmware_android:s0
|
||||||
genfscon sysfs /fs/ext4/features u:object_r:sysfs_fs_ext4_features:s0
|
genfscon sysfs /fs/ext4/features u:object_r:sysfs_fs_ext4_features:s0
|
||||||
|
genfscon sysfs /fs/f2fs u:object_r:sysfs_fs_f2fs:s0
|
||||||
genfscon sysfs /power/autosleep u:object_r:sysfs_power:s0
|
genfscon sysfs /power/autosleep u:object_r:sysfs_power:s0
|
||||||
genfscon sysfs /power/state u:object_r:sysfs_power:s0
|
genfscon sysfs /power/state u:object_r:sysfs_power:s0
|
||||||
genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
|
||||||
|
|
|
@ -90,6 +90,7 @@ type sysfs_switch, fs_type, sysfs_type;
|
||||||
type sysfs_usb, fs_type, sysfs_type;
|
type sysfs_usb, fs_type, sysfs_type;
|
||||||
type sysfs_wakeup_reasons, fs_type, sysfs_type;
|
type sysfs_wakeup_reasons, fs_type, sysfs_type;
|
||||||
type sysfs_fs_ext4_features, sysfs_type, fs_type;
|
type sysfs_fs_ext4_features, sysfs_type, fs_type;
|
||||||
|
type sysfs_fs_f2fs, sysfs_type, fs_type;
|
||||||
type fs_bpf, fs_type;
|
type fs_bpf, fs_type;
|
||||||
type configfs, fs_type;
|
type configfs, fs_type;
|
||||||
# /sys/devices/system/cpu
|
# /sys/devices/system/cpu
|
||||||
|
|
Loading…
Reference in a new issue