diff options
Diffstat (limited to 'selinux/te_macros')
| -rwxr-xr-x | selinux/te_macros | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/selinux/te_macros b/selinux/te_macros index 8378501..e69de29 100755 --- a/selinux/te_macros +++ b/selinux/te_macros @@ -1,13 +0,0 @@ -##################################### -# qmux_socket(clientdomain) -# Allow client domain to connecto and send -# via a local socket to the qmux domain. -# Also allow the client domain to remove -# its own socket. -define(`qmux_socket', ` -allow $1 qmuxd_socket:dir create_dir_perms; -unix_socket_connect($1, qmuxd, qmuxd) -allow $1 qmuxd_socket:sock_file { read getattr write setattr create unlink }; -') - - |
