Skip to content

Commit

Permalink
Update abc/sudoers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Apr 2, 2024
1 parent 795b05a commit 3c189b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions root/etc/sudoers.d/abc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The manager container has access to run commands listed here.
# Use DEBIAN_FRONTEND=noninteractive sudo -E for apt upgades.
abc ALL=(root) NOPASSWD: /usr/sbin/docker ps
abc ALL=(root) NOPASSWD: /usr/sbin/docker-compose up -d
abc ALL=(root) NOPASSWD: /usr/sbin/docker-compose pull
abc ALL=(root) NOPASSWD: /usr/bin/docker ps
abc ALL=(root) NOPASSWD: /usr/bin/docker-compose up -d
abc ALL=(root) NOPASSWD: /usr/bin/docker-compose pull
abc ALL=(root) NOPASSWD: /usr/bin/systemctl restart docker
abc ALL=(root) NOPASSWD: /usr/bin/systemctl start docker
abc ALL=(root) NOPASSWD: /usr/sbin/reboot
Expand Down

0 comments on commit 3c189b1

Please sign in to comment.