Skip to content

Commit

Permalink
Allow steam user to turn firewalld logging on and off
Browse files Browse the repository at this point in the history
Refs #70
Refs #73
  • Loading branch information
bviktor committed Mar 7, 2023
1 parent 044c703 commit e1aa7b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/install/files/kf2-sudo
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
%steam ALL=NOPASSWD: /bin/systemctl status kf2.service
%steam ALL=NOPASSWD: /bin/journalctl --system --unit=kf2.service --follow
%steam ALL=NOPASSWD: /bin/systemctl daemon-reload
%steam ALL=NOPASSWD: /usr/bin/firewall-cmd --get-log-denied
%steam ALL=NOPASSWD: /usr/bin/firewall-cmd --set-log-denied=all
%steam ALL=NOPASSWD: /usr/bin/firewall-cmd --set-log-denied=off

0 comments on commit e1aa7b1

Please sign in to comment.