Skip to content
Snippets Groups Projects
Commit d75028ce authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Merge "init.te: only allow wifi tracing restorecon twice" am: 4dfcffe4

am: c0dfc6a7

Change-Id: Idb1128872ee48528a4769f4875b7d4e4745d6894
parents 9bf4029b c0dfc6a7
No related branches found
No related tags found
No related merge requests found
...@@ -181,8 +181,8 @@ allow init { ...@@ -181,8 +181,8 @@ allow init {
allow init cache_file:lnk_file r_file_perms; allow init cache_file:lnk_file r_file_perms;
allow init { file_type -system_file -exec_type }:dir_file_class_set relabelto; allow init { file_type -system_file -exec_type }:dir_file_class_set relabelto;
allow init { sysfs_type debugfs_type}:{ dir file lnk_file } { getattr relabelfrom }; allow init { sysfs debugfs debugfs_tracing }:{ dir file lnk_file } { getattr relabelfrom };
allow init { sysfs_type debugfs_type }:{ dir file lnk_file } relabelto; allow init { sysfs_type debugfs_type }:{ dir file lnk_file } { relabelto getattr };
allow init dev_type:dir create_dir_perms; allow init dev_type:dir create_dir_perms;
allow init dev_type:lnk_file create; allow init dev_type:lnk_file create;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment