1ec3d1a
1ec3d1a
policy_module(keyboardd, 1.0.0)
1ec3d1a
1ec3d1a
########################################
1ec3d1a
#
1ec3d1a
# Declarations
1ec3d1a
#
1ec3d1a
1ec3d1a
type keyboardd_t;
1ec3d1a
type keyboardd_exec_t;
1ec3d1a
init_daemon_domain(keyboardd_t, keyboardd_exec_t)
1ec3d1a
1ec3d1a
########################################
1ec3d1a
#
1ec3d1a
# keyboardd local policy
1ec3d1a
#
1ec3d1a
1ec3d1a
allow keyboardd_t self:fifo_file rw_fifo_file_perms;
1ec3d1a
allow keyboardd_t self:unix_stream_socket create_stream_socket_perms;
1ec3d1a
1ec3d1a
files_manage_etc_runtime_files(keyboardd_t)
1ec3d1a
files_etc_filetrans_etc_runtime(keyboardd_t, file)
1ec3d1a
1ec3d1a
files_read_etc_files(keyboardd_t)
1ec3d1a
1ec3d1a
miscfiles_read_localization(keyboardd_t)