selinux-refpolicy/udica-templates/tty_container.cil
Kenton Groombridge f95131dadf udica-templates: initial commit of udica templates
Signed-off-by: Kenton Groombridge <me@concord.sh>
2022-05-07 09:20:55 -04:00

11 lines
227 B
Plaintext

(block tty_container
(blockabstract tty_container)
(optional tty_container_optional
(allow process device_t list_dir_perms)
(allow process device_t read_lnk_file_perms)
(allow process devtty_t rw_chr_file_perms)
)
)