Skip to content

Commit

Permalink
Merge pull request #99 from projectdiscovery/bugfix-cap-arm
Browse files Browse the repository at this point in the history
Removing capabilities from linux armv7l
  • Loading branch information
Mzack9999 authored Mar 11, 2023
2 parents f2f23d3 + 5a9355d commit 76c3c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permission/permission_other.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build darwin || freebsd || netbsd || openbsd || solaris || android || ios
//go:build darwin || freebsd || netbsd || openbsd || solaris || android || ios || (linux && armv7l)

package permissionutil

Expand Down

0 comments on commit 76c3c22

Please sign in to comment.