Lines Matching refs:linkerconfig
1 type linkerconfig, domain, coredomain;
4 init_daemon_domain(linkerconfig)
6 ## Read and write linkerconfig subdirectory.
7 allow linkerconfig linkerconfig_file:dir create_dir_perms;
8 allow linkerconfig linkerconfig_file:file create_file_perms;
10 # Allow linkerconfig to log to the kernel.
11 allow linkerconfig kmsg_device:chr_file w_file_perms;
13 # Allow linkerconfig to be invoked with logwrapper from init.
14 allow linkerconfig devpts:chr_file { read write };
16 # Allow linkerconfig to scan for apex modules
17 allow linkerconfig apex_mnt_dir:dir r_dir_perms;
19 neverallow { domain -init -linkerconfig } linkerconfig_exec:file no_x_file_perms;