You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
585 B
22 lines
585 B
############################################################
|
|
# init
|
|
############################################################
|
|
|
|
#-----------
|
|
#initramfs_config
|
|
#-----------
|
|
allow init rootfs:file {setattr};
|
|
allow init udev_exec:file {setattr};
|
|
allow init shell_exec:file {setattr};
|
|
allow init teecd_exec:file {setattr};
|
|
allow init adbd_exec:file {setattr};
|
|
allow init telnetd_exec:lnk_file {setattr};
|
|
allow init system_file:file {setattr};
|
|
allow init system_file:dir {setattr};
|
|
|
|
#-----------
|
|
#telnetd
|
|
#-----------
|
|
allow init telnetd:process {transition siginh noatsecure rlimitinh};
|
|
|