summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-28 02:50:03 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-28 02:50:03 -0400
commitcf0271ebd7189c017306c753607f12e24e5db762 (patch)
tree488466756c5474c98ba49ea3a091b87b32152f44 /blog
parent96db3f4893fb5220234b41f8b4cbc30221905151 (diff)
downloadwebsite-master.tar.gz
add runuser access to weechatHEADmaster
Diffstat (limited to 'blog')
-rw-r--r--blog/access-control/weechat.cil4
1 files changed, 3 insertions, 1 deletions
diff --git a/blog/access-control/weechat.cil b/blog/access-control/weechat.cil
index c453063..f9f42f4 100644
--- a/blog/access-control/weechat.cil
+++ b/blog/access-control/weechat.cil
@@ -123,7 +123,9 @@
;; allow creating files in the runtime directory
(call .run.search_file_dirs (subj))
- (call .run.create_file_dirs (subj))
+ (call .runuser.search_file_dirs (subj))
+ (call .runuser.create_file_dirs (subj))
+ (call .runuser.addname_file_dirs (subj))
(block exec
(blockinherit .file.exec.template)