Commit 7b610c9a authored by Adam Lawson's avatar Adam Lawson
Browse files

nicky: sepolicy: Fix some denials

parent 6f793f88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
allow adsprpcd proc:file { getattr open read };
allow adsprpcd sysfs:file read;
+2 −1
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ allow rild proc:file { open read };
allow rild block_device:dir { search };
allow rild proc_devinfo:dir { search };
allow rild cache_file:dir { getattr search write };
allow rild default_prop:file { read open };
allow rild default_prop:file { read open getattr };
allow rild default_prop:property_service set;
allow rild cache_file:file { getattr write };
allow rild cache_file:dir add_name;
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ allow rmt_storage sysfs:file { getattr open read };
allow rmt_storage system_prop:file { getattr open read };
allow rmt_storage emmc_block_device:blk_file { read write open };
allow rmt_storage default_prop:file { read open };
allow rmt_storage block_device:blk_file { read write };
+3 −0
Original line number Diff line number Diff line
@@ -5,3 +5,6 @@ allow system_server vendor_unification_prop:file { read open getattr };

# Allow system_server to access Qspmhal
get_prop(system_server, vendor_qspm_prop)


allow system_server sysfs:file getattr;