Merge branch 'systemd-1' of git://github.com/bigon/refpolicy into bigon-systemd-1
This commit is contained in:
commit
5922346539
|
@ -9,6 +9,7 @@
|
|||
# example, but aliasing.
|
||||
#
|
||||
/etc/init.d /etc/rc.d/init.d
|
||||
/lib/systemd /usr/lib/systemd
|
||||
/lib32 /lib
|
||||
/lib64 /lib
|
||||
/run /var/run
|
||||
|
|
|
@ -135,7 +135,6 @@ ifdef(`distro_debian',`
|
|||
/lib/nut/.* -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/lib/readahead(/.*)? gen_context(system_u:object_r:bin_t,s0)
|
||||
/lib/security/pam_krb5/pam_krb5_storetmp -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/lib/systemd/systemd.* -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/lib/udev/[^/]* -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/lib/udev/scsi_id -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/lib/upstart(/.*)? gen_context(system_u:object_r:bin_t,s0)
|
||||
|
@ -236,6 +235,7 @@ ifdef(`distro_gentoo',`
|
|||
/usr/lib/sftp-server -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/ssh(/.*)? gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/sudo/sesh -- gen_context(system_u:object_r:shell_exec_t,s0)
|
||||
/usr/lib/systemd/systemd.* -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/systemd/system-generators(/.*)? gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/systemd/user-generators(/.*)? gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/tumbler-1/tumblerd -- gen_context(system_u:object_r:bin_t,s0)
|
||||
|
|
|
@ -129,6 +129,8 @@ kernel_dgram_send(systemd_cgroups_t)
|
|||
# locale local policy
|
||||
#
|
||||
|
||||
kernel_read_kernel_sysctls(systemd_locale_t)
|
||||
|
||||
files_read_etc_files(systemd_locale_t)
|
||||
|
||||
logging_send_syslog_msg(systemd_locale_t)
|
||||
|
@ -145,6 +147,8 @@ optional_policy(`
|
|||
# Hostnamed policy
|
||||
#
|
||||
|
||||
kernel_read_kernel_sysctls(systemd_hostnamed_t)
|
||||
|
||||
files_read_etc_files(systemd_hostnamed_t)
|
||||
|
||||
logging_send_syslog_msg(systemd_hostnamed_t)
|
||||
|
@ -174,6 +178,8 @@ manage_fifo_files_pattern(systemd_logind_t, systemd_logind_var_run_t, systemd_lo
|
|||
manage_files_pattern(systemd_logind_t, systemd_logind_var_run_t, systemd_logind_var_run_t)
|
||||
files_search_pids(systemd_logind_t)
|
||||
|
||||
kernel_read_kernel_sysctls(systemd_logind_t)
|
||||
|
||||
auth_manage_faillog(systemd_logind_t)
|
||||
|
||||
dev_rw_sysfs(systemd_logind_t)
|
||||
|
@ -236,6 +242,8 @@ logging_send_syslog_msg(systemd_sessions_t)
|
|||
allow systemd_tmpfiles_t self:capability { fowner chown fsetid dac_override mknod };
|
||||
allow systemd_tmpfiles_t self:process { setfscreate getcap };
|
||||
|
||||
kernel_read_kernel_sysctls(systemd_tmpfiles_t)
|
||||
|
||||
dev_relabel_all_sysfs(systemd_tmpfiles_t)
|
||||
dev_read_urand(systemd_tmpfiles_t)
|
||||
dev_manage_all_dev_nodes(systemd_tmpfiles_t)
|
||||
|
|
Loading…
Reference in New Issue