diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-01-14 13:30:03 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-26 15:25:11 -0500 |
commit | 41617fbb74871b235ebe6e1c9bdb94eca9504ac6 (patch) | |
tree | c9f241b271711fc4f7c0801e74ee240c47b37473 | |
parent | b108eeefd2e689728fe635252899d88fe1b77a8e (diff) | |
download | meta-selinux-41617fbb74871b235ebe6e1c9bdb94eca9504ac6.tar.gz |
audit-systemd: allow manual stop as sysvinit
The audit service should be manually stopped with systemd.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/audit/audit/auditd.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-security/audit/audit/auditd.service b/recipes-security/audit/audit/auditd.service index adf4d3b..ebc0798 100644 --- a/recipes-security/audit/audit/auditd.service +++ b/recipes-security/audit/audit/auditd.service | |||
@@ -5,7 +5,6 @@ After=local-fs.target | |||
5 | Conflicts=shutdown.target | 5 | Conflicts=shutdown.target |
6 | Before=sysinit.target shutdown.target | 6 | Before=sysinit.target shutdown.target |
7 | After=systemd-tmpfiles-setup.service | 7 | After=systemd-tmpfiles-setup.service |
8 | RefuseManualStop=yes | ||
9 | 8 | ||
10 | [Service] | 9 | [Service] |
11 | ExecStart=/sbin/auditd -n | 10 | ExecStart=/sbin/auditd -n |