diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-23 16:11:20 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-23 16:11:20 +0100 |
commit | a4eff7f8d2d1ca1a24e860d199146f33efb84a47 (patch) | |
tree | cec94c54a62e5ffbf25761326503d816e2303e9c /pcr/tomoyo-tools/tomoyo-auditd.service | |
parent | b4296b573a8a51ba20db9ed6fbfc2705e69c45ee (diff) | |
download | abslibre-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.service | 15 |
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 |