fee48647ac
67effb0
483be01
c6c63f6
b0d8d59
5b082e4
b8097d6
689d954
5afc3d3
f3c5e77
a59e50c
cf87233
17759c7
dc1db54
e9bf16d
4f95198
bf40792
622c63b
c20842c
dc7cc4d
792d448
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
policy_module(smoltclient, 1.0.1)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type smoltclient_t;
|
|
type smoltclient_exec_t;
|
|
application_domain(smoltclient_t, smoltclient_exec_t)
|
|
cron_system_entry(smoltclient_t, smoltclient_exec_t)
|
|
|
|
type smoltclient_tmp_t;
|
|
files_tmp_file(smoltclient_tmp_t)
|
|
|
|
########################################
|
|
#
|
|
# Local policy
|
|
#
|
|
|
|
allow smoltclient_t self:process { setsched getsched };
|
|
|
|
allow smoltclient_t self:fifo_file rw_fifo_file_perms;
|
|
allow smoltclient_t self:tcp_socket create_socket_perms;
|
|
allow smoltclient_t self:udp_socket create_socket_perms;
|
|
|
|
can_exec(smoltclient_t, smoltclient_tmp_t)
|
|
manage_dirs_pattern(smoltclient_t, smoltclient_tmp_t, smoltclient_tmp_t)
|
|
manage_files_pattern(smoltclient_t, smoltclient_tmp_t, smoltclient_tmp_t)
|
|
files_tmp_filetrans(smoltclient_t, smoltclient_tmp_t, { dir file })
|
|
|
|
kernel_read_system_state(smoltclient_t)
|
|
kernel_read_network_state(smoltclient_t)
|
|
kernel_read_kernel_sysctls(smoltclient_t)
|
|
|
|
corecmd_exec_bin(smoltclient_t)
|
|
corecmd_exec_shell(smoltclient_t)
|
|
|
|
corenet_tcp_connect_http_port(smoltclient_t)
|
|
|
|
dev_read_sysfs(smoltclient_t)
|
|
|
|
fs_getattr_all_fs(smoltclient_t)
|
|
fs_getattr_all_dirs(smoltclient_t)
|
|
fs_list_auto_mountpoints(smoltclient_t)
|
|
|
|
files_getattr_generic_locks(smoltclient_t)
|
|
files_read_etc_files(smoltclient_t)
|
|
files_read_usr_files(smoltclient_t)
|
|
|
|
auth_use_nsswitch(smoltclient_t)
|
|
|
|
logging_send_syslog_msg(smoltclient_t)
|
|
|
|
miscfiles_read_localization(smoltclient_t)
|
|
|
|
optional_policy(`
|
|
dbus_system_bus_client(smoltclient_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
hal_dbus_chat(smoltclient_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
rpm_exec(smoltclient_t)
|
|
rpm_read_db(smoltclient_t)
|
|
')
|