aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-30 17:55:16 -0300
committerEuAndreh <eu@euandre.org>2022-11-30 17:55:16 -0300
commita4254d5e8d40a508dc6763a636c70df16470fd02 (patch)
tree25cdbd941586f71280b5d12f8b4016995133ef82 /src/xyz/euandreh
parentqueue.scm: change permision of Cyrus SASL state-dir (diff)
downloadpackage-repository-a4254d5e8d40a508dc6763a636c70df16470fd02.tar.gz
package-repository-a4254d5e8d40a508dc6763a636c70df16470fd02.tar.xz
queue.scm: Restrict Cyrus SASL state-dir to 750
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r--src/xyz/euandreh/queue.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 88a405c..4932466 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -412,7 +412,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
"Creating Cyrus SASL socket directory: \"~a\".~%" #$state-dir)
(mkdir-p #$state-dir)
(chown #$state-dir (passwd:uid user) (passwd:gid user))
- (chmod #$state-dir #o755)))))
+ (chmod #$state-dir #o750)))))
(define (cyrus-sasl-accounts config)
(match-record config <cyrus-sasl-configuration>