brctl: permission sets.

Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
Dominick Grift 2010-10-04 20:23:20 +02:00 committed by Chris PeBenito
parent 8f5cb4e977
commit ecab2ccd69
1 changed files with 1 additions and 1 deletions

View File

@ -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;