41 lines
709 B
Plaintext
41 lines
709 B
Plaintext
|
|
policy_module(dmidecode,1.0.1)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type dmidecode_t;
|
|
domain_type(dmidecode_t)
|
|
role system_r types dmidecode_t;
|
|
|
|
type dmidecode_exec_t;
|
|
domain_entry_file(dmidecode_t,dmidecode_exec_t)
|
|
|
|
########################################
|
|
#
|
|
# Local policy
|
|
#
|
|
|
|
allow dmidecode_t self:capability sys_rawio;
|
|
|
|
# Allow dmidecode to read /dev/mem
|
|
dev_read_raw_memory(dmidecode_t)
|
|
|
|
mls_file_read_up(dmidecode_t)
|
|
|
|
term_list_ptys(dmidecode_t)
|
|
|
|
files_list_usr(dmidecode_t)
|
|
|
|
libs_use_ld_so(dmidecode_t)
|
|
libs_use_shared_libs(dmidecode_t)
|
|
|
|
locallogin_use_fds(dmidecode_t)
|
|
|
|
ifdef(`targeted_policy',`
|
|
term_use_generic_ptys(dmidecode_t)
|
|
term_use_unallocated_ttys(dmidecode_t)
|
|
')
|