-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,7 @@ Application can specify custom pinpath while loading the elf file. | |
Maps and Programs pinpath location is not customizable with the current version of SDK and will be installed here - | ||
|
||
Program PinPath - "/sys/fs/bpf/globals/aws/programs/" | ||
|
||
Map PinPath - "/sys/fs/bpf/globals/aws/maps/" | ||
|
||
Map defintion should follow the below definition else the SDK will fail to load. | ||
|
@@ -114,6 +115,9 @@ make run-test | |
|
||
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information. | ||
|
||
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the | ||
instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]). | ||
|
||
## License | ||
|
||
This project is licensed under the Apache-2.0 License. | ||
|