Lines Matching refs:allow
13 allow aconfigd metadata_file:dir search;
15 allow aconfigd {
20 allow aconfigd {
25 allow aconfigd aconfigd_socket:unix_stream_socket { accept listen getattr read write };
26 allow aconfigd aconfigd_socket:sock_file rw_file_perms;
28 # allow aconfigd to access shell_data_file for atest
30 allow aconfigd shell_data_file:dir search;
31 allow aconfigd shell_data_file:file { getattr read open map };
34 # allow aconfigd to log to the kernel.
35 allow aconfigd kmsg_device:chr_file w_file_perms;
37 # allow aconfigd to read vendor partition storage files
38 allow aconfigd vendor_aconfig_storage_file:file r_file_perms;
39 allow aconfigd vendor_aconfig_storage_file:dir r_dir_perms;
41 # allow aconfigd to read /apex dir
42 allow aconfigd apex_mnt_dir:dir r_dir_perms;
43 allow aconfigd apex_mnt_dir:file r_file_perms;