selinux-policy/policy/modules/admin/vbetool.te
2007-12-14 14:23:18 +00:00

38 lines
704 B
Plaintext

policy_module(vbetool,1.3.0)
########################################
#
# Declarations
#
type vbetool_t;
type vbetool_exec_t;
init_system_domain(vbetool_t,vbetool_exec_t)
########################################
#
# Local policy
#
allow vbetool_t self:capability { sys_tty_config sys_admin };
allow vbetool_t self:process execmem;
dev_wx_raw_memory(vbetool_t)
dev_read_raw_memory(vbetool_t)
dev_rwx_zero(vbetool_t)
dev_read_sysfs(vbetool_t)
term_use_unallocated_ttys(vbetool_t)
libs_use_ld_so(vbetool_t)
libs_use_shared_libs(vbetool_t)
miscfiles_read_localization(vbetool_t)
optional_policy(`
hal_rw_pid_files(vbetool_t)
hal_write_log(vbetool_t)
hal_dontaudit_append_lib_files(vbetool_t)
')