Revision cb474ee4 lib/tools/ensure_dirs.py
b/lib/tools/ensure_dirs.py | ||
---|---|---|
170 | 170 |
getent.masterd_uid, getent.daemons_gid, False), |
171 | 171 |
(pathutils.JOB_QUEUE_VERSION_FILE, FILE, constants.JOB_QUEUE_FILES_PERMS, |
172 | 172 |
getent.masterd_uid, getent.daemons_gid, False), |
173 |
(pathutils.JOB_QUEUE_ARCHIVE_DIR, DIR, 0740,
|
|
173 |
(pathutils.JOB_QUEUE_ARCHIVE_DIR, DIR, 0750,
|
|
174 | 174 |
getent.masterd_uid, getent.daemons_gid), |
175 | 175 |
(rapi_dir, DIR, 0750, getent.rapi_uid, getent.masterd_gid), |
176 | 176 |
(pathutils.RAPI_USERS_FILE, FILE, 0640, |
Also available in: Unified diff