2012-01-04 18:33:27 +01:00
|
|
|
# adbd seclabel is specified in init.rc since
|
|
|
|
# it lives in the rootfs and has no unique file type.
|
2013-05-18 02:11:29 +02:00
|
|
|
type adbd, domain;
|
|
|
|
permissive adbd;
|
|
|
|
unconfined_domain(adbd)
|
2012-03-07 20:59:01 +01:00
|
|
|
domain_auto_trans(adbd, shell_exec, shell)
|
2013-05-18 02:11:29 +02:00
|
|
|
# this is an entrypoint
|
|
|
|
allow adbd rootfs:file entrypoint;
|
2013-09-30 19:54:09 +02:00
|
|
|
|
|
|
|
# Read /data/misc/adb/adb_keys.
|
|
|
|
allow adbd adb_keys_file:dir search;
|
|
|
|
allow adbd adb_keys_file:file r_file_perms;
|
|
|
|
|
|
|
|
# Allow access in case /data/misc/adb still has the old type.
|
|
|
|
allow adbd system_data_file:dir search;
|
|
|
|
allow adbd system_data_file:file r_file_perms;
|