brctl: permission sets.
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
8f5cb4e977
commit
ecab2ccd69
|
@ -15,7 +15,7 @@ init_system_domain(brctl_t, brctl_exec_t)
|
|||
#
|
||||
|
||||
allow brctl_t self:capability net_admin;
|
||||
allow brctl_t self:fifo_file rw_file_perms;
|
||||
allow brctl_t self:fifo_file rw_fifo_file_perms;
|
||||
allow brctl_t self:unix_stream_socket create_stream_socket_perms;
|
||||
allow brctl_t self:unix_dgram_socket create_socket_perms;
|
||||
allow brctl_t self:tcp_socket create_socket_perms;
|
||||
|
|
Loading…
Reference in New Issue