Skip to content

Commit

Permalink
feat(wolfi): Swap fake su-exec sudo for actual sudo
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed Apr 28, 2024
1 parent e3f2623 commit b9532ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions wolfi/ublue-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package:
- procps
- rsync
- shadow
- su-exec
- sudo
- tcpdump
- tree
- tzdata
Expand Down Expand Up @@ -74,8 +74,7 @@ pipeline:
mkdir -p "${{targets.contextdir}}"/usr/bin
mkdir -p "${{targets.contextdir}}"/usr/local/bin
# Setup fake sudo and pinentry
install -Dm755 sudo "${{targets.contextdir}}"/usr/bin/sudo
# Setup fake pinentry
install -Dm755 pinentry "${{targets.contextdir}}"/usr/bin/pinentry
# Get Distrobox-host-exec and host-spawn
Expand Down
2 changes: 0 additions & 2 deletions wolfi/ublue-base/sudo

This file was deleted.

0 comments on commit b9532ca

Please sign in to comment.