summaryrefslogtreecommitdiff
path: root/pcr/tomoyo-tools/tomoyo-auditd.service
diff options
context:
space:
mode:
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