Skip to content
Snippets Groups Projects
Commit 84a0f72b authored by ale's avatar ale
Browse files

fix permissions on the /var/run/audit dir

parent 105d6b8d
Branches
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ pre_start()
{
# Directory for local socket.
mkdir -p /var/run/audit
chgrp $GROUP /var/run/audit
chown $USER:$GROUP /var/run/audit
chmod 0750 /var/run/audit
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment