diff options
-rw-r--r-- | blog/access-control/weechat.cil | 4 |
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) |