From a4eff7f8d2d1ca1a24e860d199146f33efb84a47 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 23 Jan 2018 16:11:20 +0100 Subject: pcr/tomoyo-tools: updated to 2.5.0.20170102 --- pcr/tomoyo-tools/tomoyo-auditd.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pcr/tomoyo-tools/tomoyo-auditd.service (limited to 'pcr/tomoyo-tools/tomoyo-auditd.service') 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 -- cgit v1.2.3