Skip to content

Commit

Permalink
Fix permissions for webserver user on admin machines.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Apr 7, 2024
1 parent 74b736f commit 339e6bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions provision-contest/ansible/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,11 @@
recurse: true
owner: domjudge
group: domjudge

- name: Grant www-data permissions to user homedir (needed for web browser)
acl:
path: "/home/domjudge"
entity: www-data
etype: user
permissions: rwx
state: present

0 comments on commit 339e6bb

Please sign in to comment.