selinux-policy/policy/modules/apps/loadkeys.te

51 lines
1.1 KiB
Plaintext
Raw Normal View History

policy_module(loadkeys, 1.7.1)
2005-08-15 14:46:17 +00:00
########################################
#
# Declarations
#
# cjp: this should probably be rewritten
# per user domain, since it can rw
# all user domain ttys
type loadkeys_t;
type loadkeys_exec_t;
init_system_domain(loadkeys_t, loadkeys_exec_t)
2005-08-15 14:46:17 +00:00
########################################
#
# Local policy
#
allow loadkeys_t self:capability { dac_override dac_read_search setuid sys_tty_config };
allow loadkeys_t self:fifo_file rw_fifo_file_perms;
2005-08-15 14:46:17 +00:00
kernel_read_system_state(loadkeys_t)
2005-08-15 14:46:17 +00:00
corecmd_exec_bin(loadkeys_t)
corecmd_exec_shell(loadkeys_t)
files_read_etc_files(loadkeys_t)
files_read_etc_runtime_files(loadkeys_t)
term_dontaudit_use_console(loadkeys_t)
term_use_unallocated_ttys(loadkeys_t)
2005-08-15 14:46:17 +00:00
2008-03-04 18:48:30 +00:00
init_dontaudit_use_fds(loadkeys_t)
init_dontaudit_use_script_ptys(loadkeys_t)
2005-08-15 14:46:17 +00:00
locallogin_use_fds(loadkeys_t)
2005-08-15 14:46:17 +00:00
miscfiles_read_localization(loadkeys_t)
2007-09-04 18:57:58 +00:00
2008-11-05 16:10:46 +00:00
userdom_use_user_ttys(loadkeys_t)
2010-05-14 15:40:26 +00:00
userdom_list_user_home_content(loadkeys_t)
ifdef(`hide_broken_symptoms',`
dev_dontaudit_rw_lvm_control(loadkeys_t)
')
2008-11-05 16:10:46 +00:00
optional_policy(`
nscd_dontaudit_search_pid(loadkeys_t)
')