a87a13f16c
The changes include - allow binder calls to ActivityManager and NativePackageManager - allow binder calls from system server - allow writes of statsd atoms - allow init to start uprobestats - permission for uprobestats config files and propery - allow execution of oatdump so it can look up code offsets - allow scanning /proc. Test: m selinux_policy Change-Id: Id1864b7dac3a2c5dcd8736c4932778e36b658ce3
13 lines
637 B
Text
13 lines
637 B
Text
#############################
|
|
# System files
|
|
#
|
|
(/.*)? u:object_r:system_file:s0
|
|
/bin/art_boot u:object_r:art_boot_exec:s0
|
|
/bin/art_exec u:object_r:art_exec_exec:s0
|
|
/bin/artd u:object_r:artd_exec:s0
|
|
/bin/dex2oat(32|64)? u:object_r:dex2oat_exec:s0
|
|
/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0
|
|
/bin/odrefresh u:object_r:odrefresh_exec:s0
|
|
/bin/profman u:object_r:profman_exec:s0
|
|
/bin/oatdump u:object_r:oatdump_exec:s0
|
|
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|