Skip to content
Snippets Groups Projects
Verified Commit 199cc1fc authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

dbscripts: allow sourceballs to create a lockfile

/srv/repos/lock is the lock file location configured via a dbscripts
config. Only accessible for users in junior-packager group, a lot better
would be if sourceballs could write a lock file into
/run/sourceballs.lck as it is unrelated to /srv/repos.
parent 6efdac07
No related branches found
No related tags found
1 merge request!818dbscripts: allow sourceballs to create a lockfile
Pipeline #117003 passed
......@@ -25,7 +25,7 @@
user: name=cleanup groups=junior-dev,dev,junior-packager,packager shell=/sbin/nologin
- name: Add sourceballs user
user: name=sourceballs shell=/sbin/nologin
user: name=sourceballs groups=junior-dev,dev,junior-packager,packager shell=/sbin/nologin
- name: Set up sudoers.d for special users
copy: src=sudoers.d dest=/etc/sudoers.d/dbscripts owner=root group=root mode=0600 validate='visudo -cf %s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment