Add sepolicy for the securityfs mount type. am: 71b0b85a94
Change-Id: I674c60e50bf3842c977d55c69d89ae6d7c5caba7
This commit is contained in:
commit
e6f9629f1d
3 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
prereboot_data_file
|
||||
art_apex_dir
|
||||
rebootescrow_hal_prop
|
||||
securityfs
|
||||
service_manager_service
|
||||
service_manager_vndservice
|
||||
simpleperf
|
||||
|
|
|
@ -291,6 +291,8 @@ genfscon debugfs /tracing/events/ftrace/print/
|
|||
|
||||
genfscon debugfs /kcov u:object_r:debugfs_kcov:s0
|
||||
|
||||
genfscon securityfs / u:object_r:securityfs:s0
|
||||
|
||||
genfscon binder /binder u:object_r:binder_device:s0
|
||||
genfscon binder /hwbinder u:object_r:hwbinder_device:s0
|
||||
genfscon binder /vndbinder u:object_r:vndbinder_device:s0
|
||||
|
|
|
@ -137,6 +137,7 @@ type debugfs_tracing_debug, fs_type, debugfs_type, mlstrustedobject;
|
|||
type debugfs_tracing_instances, fs_type, debugfs_type;
|
||||
type debugfs_wakeup_sources, fs_type, debugfs_type;
|
||||
type debugfs_wifi_tracing, fs_type, debugfs_type;
|
||||
type securityfs, fs_type;
|
||||
|
||||
type pstorefs, fs_type;
|
||||
type functionfs, fs_type, mlstrustedobject;
|
||||
|
|
Loading…
Reference in a new issue