aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/te_macros
blob: 274fd55f64f4ec66489aab5f3654e758cb4e5e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#####################################
# qmux_socket(clientdomain)
# Allow client to send via a local
# socket to the qmux domain.
define(`qmux_socket', `
type $1_qmuxd_socket, file_type;
file_type_auto_trans($1, qmuxd_socket, $1_qmuxd_socket)
unix_socket_connect($1, qmuxd, qmux)
allow qmux $1_qmuxd_socket:sock_file { getattr unlink };
')