aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/seccomp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-02samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon1-2/+2
2019-05-18samples: guard sub-directories with CONFIG optionsMasahiro Yamada1-1/+1
2019-05-03samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool optionMasahiro Yamada1-1/+1
2019-01-08samples/seccomp: Fix 32-bit buildTycho Andersen1-0/+1
2018-12-11samples: add an example of seccomp user trapTycho Andersen3-1/+382
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott1-3/+3
2018-02-22samples/seccomp: do not compile when cross compiledMichal Hocko1-9/+1
2017-11-18kbuild: remove all dummy assignments to obj-Masahiro Yamada1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-01-09samples/seccomp: fix 64-bit comparison macrosMathias Svensson1-53/+72
2016-11-01samples/seccomp: Support programs with >256 instructionsRicky Zhou1-19/+19
2016-11-01samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropperRicky Zhou1-2/+5
2016-11-01samples/seccomp: Fix hostprogs variableRicky Zhou1-2/+2
2016-07-07samples/seccomp: Add standalone config optionOlof Johansson1-1/+1
2015-02-17samples/seccomp: improve label helperKees Cook2-1/+9
2014-04-03samples/seccomp/Makefile: do not build tests if cross-compiling for MIPSMarkos Chandras1-4/+10
2013-02-05samples/seccomp: be less stupid about cross compilingArnd Bergmann1-0/+2
2012-09-12samples/seccomp: fix 31 bit build on s390Heiko Carstens1-8/+16
2012-08-03samples/seccomp: fix endianness bug in LO_ARG defineHeiko Carstens1-5/+10
2012-06-29samples: seccomp: add .gitignore for untracked executablesChad Williamson1-0/+3
2012-04-19samples/seccomp: fix dependencies on arch macrosWill Drewry2-11/+19
2012-04-14Documentation: prctl/seccomp_filterWill Drewry6-0/+711