Skip to content

Commit

Permalink
[tempest] set user bit on ping utility
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanthnakkina committed Aug 9, 2024
1 parent 6707266 commit e33c6dd
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/usr/bin/ping

0 comments on commit e33c6dd

Please sign in to comment.