File: README.selinux

package info (click to toggle)
syslog-ng 3.1.3-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,808 kB
  • ctags: 4,115
  • sloc: ansic: 27,215; sh: 11,467; yacc: 1,362; python: 771; lex: 622; makefile: 311; xml: 101; awk: 94; perl: 49
file content (14 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"syslog_ng.te" is the necessary selinux module to allow syslog-ng
running on RHEL5 (with selinux in default enforcing mode). It's
necessary for up for letting the syslogd_t domain access /proc/kmsg,
listen on 514/tcp and write /var/lib/syslog-ng/syslog-ng.persist.

To build and load it, execute:

	checkmodule -M -m -o syslog_ng.mod syslog_ng.te
	semodule_package -o syslog_ng.pp -m syslog_ng.mod
	semodule -i ./syslog_ng.pp

The module can be removed from the system by executing:

	semodule --remove=syslog_ng