56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
|
|
||
|
policy_module(ddcprobe,1.0.0)
|
||
|
|
||
|
########################################
|
||
|
#
|
||
|
# Declarations
|
||
|
#
|
||
|
|
||
|
type ddcprobe_t;
|
||
|
type ddcprobe_exec_t;
|
||
|
domain_type(ddcprobe_t)
|
||
|
domain_entry_file(ddcprobe_t,ddcprobe_exec_t)
|
||
|
role system_r types ddcprobe_t;
|
||
|
|
||
|
########################################
|
||
|
#
|
||
|
# Local policy
|
||
|
#
|
||
|
|
||
|
allow ddcprobe_t self:capability { sys_rawio sys_admin };
|
||
|
allow ddcprobe_t self:process execmem;
|
||
|
|
||
|
kernel_read_system_state(ddcprobe_t)
|
||
|
kernel_read_kernel_sysctl(ddcprobe_t)
|
||
|
kernel_change_ring_buffer_level(ddcprobe_t)
|
||
|
|
||
|
bootloader_search_kernel_modules(ddcprobe_t)
|
||
|
|
||
|
corecmd_list_sbin(ddcprobe_t)
|
||
|
corecmd_list_bin(ddcprobe_t)
|
||
|
corecmd_exec_sbin(ddcprobe_t)
|
||
|
|
||
|
dev_read_urand(ddcprobe_t)
|
||
|
dev_read_raw_memory(ddcprobe_t)
|
||
|
dev_wx_raw_memory(ddcprobe_t)
|
||
|
|
||
|
files_read_etc_files(ddcprobe_t)
|
||
|
files_read_etc_runtime_files(ddcprobe_t)
|
||
|
files_read_usr_files(ddcprobe_t)
|
||
|
|
||
|
term_use_all_user_ttys(ddcprobe_t)
|
||
|
term_use_all_user_ptys(ddcprobe_t)
|
||
|
|
||
|
libs_read_lib(ddcprobe_t)
|
||
|
libs_use_ld_so(ddcprobe_t)
|
||
|
libs_use_shared_libs(ddcprobe_t)
|
||
|
|
||
|
miscfiles_read_localization(ddcprobe_t)
|
||
|
|
||
|
modutils_read_mods_deps(ddcprobe_t)
|
||
|
|
||
|
userdom_use_all_user_fd(ddcprobe_t)
|
||
|
|
||
|
#reh why? this does not seem even necessary to function properly
|
||
|
kudzu_getattr_exec_file(ddcprobe_t)
|