2009-08-05 14:59:21 +00:00
|
|
|
policy_module(brctl, 1.4.0)
|
2007-09-05 17:55:57 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type brctl_t;
|
|
|
|
type brctl_exec_t;
|
|
|
|
domain_type(brctl_t)
|
|
|
|
init_system_domain(brctl_t, brctl_exec_t)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# brctl local policy
|
|
|
|
#
|
|
|
|
|
|
|
|
allow brctl_t self:capability net_admin;
|
|
|
|
allow brctl_t self:fifo_file rw_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;
|
|
|
|
|
|
|
|
kernel_load_module(brctl_t)
|
|
|
|
kernel_read_network_state(brctl_t)
|
|
|
|
kernel_read_sysctl(brctl_t)
|
|
|
|
|
2009-06-01 16:03:42 +00:00
|
|
|
corenet_rw_tun_tap_dev(brctl_t)
|
|
|
|
|
2007-09-05 17:55:57 +00:00
|
|
|
dev_rw_sysfs(brctl_t)
|
2007-10-18 19:31:14 +00:00
|
|
|
dev_write_sysfs_dirs(brctl_t)
|
2007-09-05 17:55:57 +00:00
|
|
|
|
|
|
|
# Init script handling
|
|
|
|
domain_use_interactive_fds(brctl_t)
|
|
|
|
|
|
|
|
files_read_etc_files(brctl_t)
|
|
|
|
|
2008-08-14 13:08:53 +00:00
|
|
|
term_dontaudit_use_console(brctl_t)
|
|
|
|
|
2007-09-05 17:55:57 +00:00
|
|
|
miscfiles_read_localization(brctl_t)
|
|
|
|
|
|
|
|
optional_policy(`
|
|
|
|
xen_append_log(brctl_t)
|
2008-02-18 14:55:25 +00:00
|
|
|
xen_dontaudit_rw_unix_stream_sockets(brctl_t)
|
2007-09-05 17:55:57 +00:00
|
|
|
')
|