mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: sepolicy: Address/Slience some denials
This commit is contained in:
parent
41040cab2f
commit
77576c8311
2 changed files with 5 additions and 0 deletions
1
universal7885-common/sepolicy/vendor/domain.te
vendored
Normal file
1
universal7885-common/sepolicy/vendor/domain.te
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
dontaudit domain self:capability sys_admin;
|
||||
4
universal7885-common/sepolicy/vendor/init.te
vendored
4
universal7885-common/sepolicy/vendor/init.te
vendored
|
|
@ -3,3 +3,7 @@ allow init sysfs_battery_writable:file setattr;
|
|||
allow init { sec_efs_file efs_file }:dir mounton;
|
||||
allow init sysfs_mmc:file w_file_perms;
|
||||
allow init socket_device:sock_file create_file_perms;
|
||||
|
||||
# dirty_background_bytes, dirty_bytes
|
||||
# Better than sperately labeling it?
|
||||
allow init proc:file write;
|
||||
|
|
|
|||
Loading…
Reference in a new issue