2013-10-29 19:42:39 +01:00
|
|
|
type runas, domain, mlstrustedsubject;
|
2013-09-27 16:38:14 +02:00
|
|
|
type runas_exec, exec_type, file_type;
|
2012-11-13 19:00:05 +01:00
|
|
|
|
|
|
|
# ndk-gdb invokes adb shell run-as.
|
|
|
|
domain_auto_trans(shell, runas_exec, runas)
|
2013-10-29 19:42:39 +01:00
|
|
|
allow runas adbd:process sigchld;
|
2014-06-13 03:54:10 +02:00
|
|
|
allow runas shell:fd use;
|
|
|
|
allow runas shell:fifo_file { read write };
|
2013-10-29 19:42:39 +01:00
|
|
|
allow runas devpts:chr_file { read write ioctl };
|
2014-11-08 01:21:42 +01:00
|
|
|
allow runas shell_data_file:file { read write };
|
2013-10-29 19:42:39 +01:00
|
|
|
|
|
|
|
# run-as reads package information.
|
|
|
|
allow runas system_data_file:file r_file_perms;
|
|
|
|
|
|
|
|
# run-as checks and changes to the app data dir.
|
|
|
|
dontaudit runas self:capability dac_override;
|
|
|
|
allow runas app_data_file:dir { getattr search };
|
|
|
|
|
|
|
|
# run-as switches to the app UID/GID.
|
|
|
|
allow runas self:capability { setuid setgid };
|
|
|
|
|
|
|
|
# run-as switches to the app security context.
|
|
|
|
# read /seapp_contexts and /data/security/seapp_contexts
|
|
|
|
security_access_policy(runas)
|
|
|
|
selinux_check_context(runas) # validate context
|
2014-05-23 17:26:19 +02:00
|
|
|
allow runas self:process setcurrent;
|
2013-10-29 19:42:39 +01:00
|
|
|
allow runas non_system_app_set:process dyntransition; # setcon
|