Skip to content

Commit

Permalink
chore(install): remove capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Apr 19, 2024
1 parent a0b6462 commit c4c5cf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ printf "[download succeded]\n"

# install binary
chmod +x "$BINARY_RELEASE_NAME"
setcap cap_bpf=ep "$BINARY_RELEASE_NAME"
setcap cap_tracing=ep "$BINARY_RELEASE_NAME"
mv "$BINARY_RELEASE_NAME" "/usr/local/bin/$BINARY_NAME"
printf "[installation succeded]\n"

0 comments on commit c4c5cf5

Please sign in to comment.