selinux-policy/policy/modules/admin/vbetool.te

37 lines
675 B
Plaintext
Raw Normal View History

2005-12-13 20:38:19 +00:00
policy_module(vbetool, 1.4.0)
2005-12-13 20:38:19 +00:00
########################################
#
# Declarations
#
type vbetool_t;
type vbetool_exec_t;
init_system_domain(vbetool_t, vbetool_exec_t)
2005-12-13 20:38:19 +00:00
########################################
#
# Local policy
#
allow vbetool_t self:capability { sys_tty_config sys_admin };
2005-12-13 20:38:19 +00:00
allow vbetool_t self:process execmem;
dev_wx_raw_memory(vbetool_t)
dev_read_raw_memory(vbetool_t)
dev_rwx_zero(vbetool_t)
2005-12-13 20:38:19 +00:00
dev_read_sysfs(vbetool_t)
2009-03-10 19:32:04 +00:00
domain_mmap_low(vbetool_t)
term_use_unallocated_ttys(vbetool_t)
miscfiles_read_localization(vbetool_t)
optional_policy(`
hal_rw_pid_files(vbetool_t)
2007-09-05 14:48:21 +00:00
hal_write_log(vbetool_t)
2007-11-15 16:54:18 +00:00
hal_dontaudit_append_lib_files(vbetool_t)
')