/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:
parent
607f8fb32a
commit
47fa454784
|
@ -533,7 +533,6 @@ interface(`logging_send_syslog_msg',`
|
||||||
type syslogd_t, syslogd_var_run_t, devlog_t;
|
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;
|
allow $1 devlog_t:sock_file write_sock_file_perms;
|
||||||
|
|
||||||
# systemd journal socket is in /run/systemd/journal/dev-log
|
# systemd journal socket is in /run/systemd/journal/dev-log
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
policy_module(logging, 1.21.2)
|
policy_module(logging, 1.21.3)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue