Skip to content

Commit

Permalink
Merge pull request #62 from hemanthnakkina/tempest-acess-to-binaries
Browse files Browse the repository at this point in the history
[tempest] set user bit on ping utility
  • Loading branch information
gboutry committed Aug 9, 2024
2 parents 6707266 + 6ba3bc7 commit a510b7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rocks/tempest/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ parts:
- cron
- python3-venv # this is required for python plugin
- iputils-ping
override-prime: |
craftctl default
# set suid to utilties
# Without this tempest user can execute ping but exits with returncode 2
chmod u+s $CRAFT_PRIME/bin/ping

0 comments on commit a510b7c

Please sign in to comment.