/dev/log symlinks are not labeled devlog_t.

Drop rule; if /dev/log is a symlink, it should be device_t.
This commit is contained in:
Chris PeBenito 2014-09-12 14:25:01 -04:00
parent 607f8fb32a
commit 47fa454784
2 changed files with 1 additions and 2 deletions

View File

@ -533,7 +533,6 @@ interface(`logging_send_syslog_msg',`
type syslogd_t, syslogd_var_run_t, devlog_t;
')
allow $1 devlog_t:lnk_file read_lnk_file_perms;
allow $1 devlog_t:sock_file write_sock_file_perms;
# systemd journal socket is in /run/systemd/journal/dev-log

View File

@ -1,4 +1,4 @@
policy_module(logging, 1.21.2)
policy_module(logging, 1.21.3)
########################################
#