aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/diag_uart_log.te
blob: 38429db0d2e3606f8e8e28ff98c9caa83b967c9b (plain)
1
2
3
4
5
6
7
type diag_uart_log, domain;
type diag_uart_log_exec, exec_type, file_type;
init_daemon_domain(diag_uart_log)
domain_trans(init, rootfs, diag_uart_log)

allow diag_uart_log at_distributor:unix_stream_socket connectto;
allow diag_uart_log self:capability setuid;