mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-11-09 22:00:56 -05:00
6 lines
135 B
Text
6 lines
135 B
Text
|
#!/bin/execlineb -P
|
||
|
envfile /etc/s6/config/tomoyo-auditd.conf
|
||
|
importas -uD "" REMOTE REMOTE
|
||
|
fdmove -c 2 1
|
||
|
exec tomoyo-auditd ${REMOTE}
|