Home | History | Annotate | Download | only in sepolicy

Lines Matching refs:allow

11 allow sensors_config shell_exec:file rx_file_perms;
12 allow sensors_config system_file:file execute_no_trans;
15 allow sensors_config sensors_data_file:dir mounton;
16 allow sensors_config sdcard_external:filesystem { mount unmount };
17 allow sensors_config { sdcard_external block_device }:dir search;
20 allow sensors_config sdcard_external:file r_file_perms;
23 allow sensors_config self:capability { chown fowner };
25 # Checked as a side effect on the chmod (don't allow)
29 allow sensors_config self:capability sys_admin;
31 # Tries to delete /data/calibration (don't allow)