-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Capslock (<https://github.com/google/capslock>) as a tool dependency and use it to generate a capabilities list and track it over time, in particular flagging when capabilities change. The idea behind doing this is to ensure all potentially dangerous function being used are known and make sense in the context in which they're used. The capabilities.json file is included in the commit history because it is needed to do a comparison from one version to the next. Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
- Loading branch information
1 parent
5fb50ea
commit 6873167
Showing
7 changed files
with
1,743 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,9 @@ | |
!COPYING.txt | ||
!DCO.txt | ||
|
||
# Security | ||
!capabilities.json | ||
|
||
# Source | ||
!Containerfile | ||
!Containerfile.dev | ||
|
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
Oops, something went wrong.