Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
add seccomp argument filtering #7
Merged
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e038272
add seccomp argument filtering
jdstrand a1f04ed
update debian/changelog for last commit
jdstrand 67b2cc1
mark arg filtering tests executable and adjust for snap-run changes
jdstrand 827d045
add PRIO_* keys for setpriority
jdstrand 9b4f41c
Merge remote-tracking branch 'upstream/master' into seccomp-arg-filte…
jdstrand 0e4aa76
clarify comment for parsing single digit
jdstrand 5ecc012
fix README.md for proper path to seccomp filters
jdstrand db91365
adjust "buf_token[0] == '...' checks to be "strncmp(buf_token, ..., 1…
jdstrand fefcbf4
clarify one more comment
jdstrand fd4dce7
use sc_map_* instead of map_*
jdstrand 8e2fadf
enable tests on i386
jdstrand eb77ca4
sc_map_add() should take scmp_datum_t as arg (TODO: store ep->data as…
jdstrand 70f98fc
Merge remote-tracking branch 'upstream/master' into seccomp-arg-filte…
jdstrand 76d4fcb
tests/Makefile.am: add new arg filtering tests
jdstrand 632bde0
don't hard code the map length for hcreate_r
jdstrand 6c4f78c
adjust sc_map_destroy() to free our malloc'd structures
jdstrand 7017ea8
update comments for recent changes
jdstrand 99bbe34
also free() e->key
jdstrand f97db6f
use stringification for key value lookups (thanks Tyler Hicks for the…
jdstrand ae4ce61
make sc_map_add_kvp() actually work with additional cleanups
jdstrand 3f651fc
Merge remote-tracking branch 'upstream/master' into seccomp-arg-filte…
jdstrand a7d53fc
add AF_CAN and a few more AF_* tests
jdstrand 59e4460
also update README.md for AF_CAN
jdstrand 81b133b
Merge remote-tracking branch 'upstream/master' into seccomp-arg-filte…
jdstrand 8efc25f
remove unneeded allocation and assignment
jdstrand b14d799
cleanup malloc for *node
jdstrand 11001b4
cleanup malloc for node->e
jdstrand 409f0ea
cleanup malloc of pointer to scmp_datum_t
jdstrand 7eac1e2
remove extraneous barckets and parentheses
jdstrand 7598e61
Alloc enough mem to hold the object that node->e points to
tyhicks 14dd2ce
Make a copy of the value variable without casting
tyhicks 40b5d22
Alloc the right amount of mem even if the type of sc_map_entries changes
tyhicks 7902948
also use implicit cast in sc_map_search()
jdstrand 1ec1f56
Merge remote-tracking branch 'upstream/master' into seccomp-arg-filte…
jdstrand 7da3b11
use ${srcdir:-.} instead of $(pwd) in new tests
jdstrand 9eeb14d
reenable tests on i686
jdstrand 54a5c44
fix future potential NULL pointer dereference introduced in last commit
jdstrand 43fd143
seccomp-support.c: make several funtions only used in this file static
jdstrand
Jump to file or symbol
Failed to load files and symbols.
Oops, something went wrong.