mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: fix more sepolicy denials
Change-Id: If81bc788428fdbbcd2c16d80f76316082e2c607f
This commit is contained in:
parent
54973f5b87
commit
7ed21fcb70
2 changed files with 4 additions and 0 deletions
|
@ -54,3 +54,6 @@ allow init {
|
|||
allow init {
|
||||
wcnss_device
|
||||
}:chr_file w_file_perms;
|
||||
|
||||
allow init sysfs:file setattr;
|
||||
allow init sysfs_devfreq:file setattr;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
allow vold efs_file:dir rw_dir_perms;
|
||||
allow vold efs_file:file create;
|
||||
allow vold persist_data_file:dir { open read };
|
||||
|
||||
allow vold {
|
||||
block_device
|
||||
|
|
Loading…
Reference in a new issue