Fix job queue directory permission problems
If split users are used, the queue directory could only be accessed by masterd, but also confd needs to be able to read it, e.g. when it is queried as part of "gnt-job list" This commit fixes the permissions in such a way to allow proper access rights. Fixes Issue 406. Signed-off-by:Michele Tartara <mtartara@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
Showing
- UPGRADE 4 additions, 0 deletionsUPGRADE
- lib/backend.py 3 additions, 3 deletionslib/backend.py
- lib/constants.py 1 addition, 0 deletionslib/constants.py
- lib/jqueue.py 2 additions, 1 deletionlib/jqueue.py
- lib/jstore.py 6 additions, 3 deletionslib/jstore.py
- lib/tools/ensure_dirs.py 13 additions, 13 deletionslib/tools/ensure_dirs.py
Loading
Please register or sign in to comment