Lines Matching refs:shell
1 # Domain for shell processes spawned by ADB or console service.
2 type shell, domain, mlstrustedsubject;
6 net_domain(shell)
10 app_domain(shell)
13 read_logd(shell)
14 control_logd(shell)
17 allow shell anr_data_file:dir r_dir_perms;
18 allow shell anr_data_file:file r_file_perms;
21 allow shell shell_data_file:dir create_dir_perms;
22 allow shell shell_data_file:file create_file_perms;
23 allow shell shell_data_file:file rx_file_perms;
24 allow shell shell_data_file:lnk_file create_file_perms;
27 unix_socket_connect(shell, dumpstate, dumpstate)
29 allow shell devpts:chr_file rw_file_perms;
30 allow shell tty_device:chr_file rw_file_perms;
31 allow shell console_device:chr_file rw_file_perms;
32 allow shell input_device:dir r_dir_perms;
33 allow shell input_device:chr_file rw_file_perms;
34 allow shell system_file:file x_file_perms;
35 allow shell shell_exec:file rx_file_perms;
36 allow shell zygote_exec:file rx_file_perms;
38 r_dir_file(shell, apk_data_file)
41 unix_socket_connect(shell, property, init)
42 allow shell shell_prop:property_service set;
43 allow shell ctl_dumpstate_prop:property_service set;
44 allow shell debug_prop:property_service set;
45 allow shell powerctl_prop:property_service set;
52 allow shell debugfs:file r_file_perms;
54 # allow shell to run dmesg
55 allow shell kernel:system syslog_read;