Skip to content

Commit

Permalink
remove perms
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Nov 26, 2024
1 parent 7aa20cc commit 2358eb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lab/machines/p-jumpbox-01/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ COPY files/backup-user-sudo-config /etc/sudoers.d/backup-user-sudo-config
# Grant sudo access to jmartinez user
COPY files/jmartinez-user-sudo-config /etc/sudoers.d/jmartinez-user-sudo-config

# Setup permissions
RUN chmod 755 /etc/sudoers.d/*-user-sudo-config

# Create the data and scripts directory
RUN mkdir scripts
RUN mkdir -p /data/backup
Expand Down

0 comments on commit 2358eb2

Please sign in to comment.