-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Install BPF objects as non-executable
The BPF/XDP objects installed into BPF_OBJECT_DIR are not meant to be executed directly, so don't install them as executable. This should also prevent find-debuginfo from stripping away their symbol table. Signed-off-by: Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Loading branch information
1 parent
e542acc
commit b8ee97c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters