summarylogtreecommitdiffstats
path: root/tomoyo-auditd.service
diff options
context:
space:
mode:
authordysphoria2019-05-06 04:47:58 +0100
committerdysphoria2019-05-06 04:47:58 +0100
commit05c4438db8da9240c23bd96c52bc8a916d4e330e (patch)
treeca9cea08e6cb7471df7fdaa59e6de28783cb90fd /tomoyo-auditd.service
downloadaur-05c4438db8da9240c23bd96c52bc8a916d4e330e.tar.gz
Initial commit
Diffstat (limited to 'tomoyo-auditd.service')
-rw-r--r--tomoyo-auditd.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/tomoyo-auditd.service b/tomoyo-auditd.service
new file mode 100644
index 000000000000..a9cce01df710
--- /dev/null
+++ b/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