summaryrefslogtreecommitdiff
path: root/pcr/tomoyo-tools/tomoyo-auditd.service
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-23 16:11:20 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-23 16:11:20 +0100
commita4eff7f8d2d1ca1a24e860d199146f33efb84a47 (patch)
treecec94c54a62e5ffbf25761326503d816e2303e9c /pcr/tomoyo-tools/tomoyo-auditd.service
parentb4296b573a8a51ba20db9ed6fbfc2705e69c45ee (diff)
downloadabslibre-a4eff7f8d2d1ca1a24e860d199146f33efb84a47.tar.gz
abslibre-a4eff7f8d2d1ca1a24e860d199146f33efb84a47.tar.bz2
abslibre-a4eff7f8d2d1ca1a24e860d199146f33efb84a47.zip
pcr/tomoyo-tools: updated to 2.5.0.20170102
Diffstat (limited to 'pcr/tomoyo-tools/tomoyo-auditd.service')
-rw-r--r--pcr/tomoyo-tools/tomoyo-auditd.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/pcr/tomoyo-tools/tomoyo-auditd.service b/pcr/tomoyo-tools/tomoyo-auditd.service
new file mode 100644
index 000000000..a9cce01df
--- /dev/null
+++ b/pcr/tomoyo-tools/tomoyo-auditd.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Tomoyo Auditing
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/tomoyo-auditd
+ExecReload=/usr/bin/kill -HUP $MAINPID
+ProtectSystem=full
+ProtectHome=true
+PrivateNetwork=true
+PrivateDevices=true
+PrivateTmp=true
+
+[Install]
+WantedBy=multi-user.target