Enforcing separation of the command and its args and full command paths

This commit is contained in:
2015-01-08 12:25:38 +03:00
parent 0ef5a664f7
commit 8bab91cc17
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env watchman
service_command='mkdir'
service_command='/usr/bin/mkdir'
service_args='-p /run/lock'
service_type='oneshot'