index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
seccomp
Age
Commit message (
Expand
)
Author
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
2020-05-17
samples: seccomp: build sample programs for target architecture
Masahiro Yamada
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-01-02
samples/seccomp: Zero out members based on seccomp_notif_sizes
Sargun Dhillon
2019-05-18
samples: guard sub-directories with CONFIG options
Masahiro Yamada
2019-05-03
samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option
Masahiro Yamada
2019-01-08
samples/seccomp: Fix 32-bit build
Tycho Andersen
2018-12-11
samples: add an example of seccomp user trap
Tycho Andersen
2018-07-18
kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
Laura Abbott
2018-02-22
samples/seccomp: do not compile when cross compiled
Michal Hocko
2017-11-18
kbuild: remove all dummy assignments to obj-
Masahiro Yamada
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-01-09
samples/seccomp: fix 64-bit comparison macros
Mathias Svensson
2016-11-01
samples/seccomp: Support programs with >256 instructions
Ricky Zhou
2016-11-01
samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropper
Ricky Zhou
2016-11-01
samples/seccomp: Fix hostprogs variable
Ricky Zhou
2016-07-07
samples/seccomp: Add standalone config option
Olof Johansson
2015-02-17
samples/seccomp: improve label helper
Kees Cook
2014-04-03
samples/seccomp/Makefile: do not build tests if cross-compiling for MIPS
Markos Chandras
2013-02-05
samples/seccomp: be less stupid about cross compiling
Arnd Bergmann
2012-09-12
samples/seccomp: fix 31 bit build on s390
Heiko Carstens
2012-08-03
samples/seccomp: fix endianness bug in LO_ARG define
Heiko Carstens
2012-06-29
samples: seccomp: add .gitignore for untracked executables
Chad Williamson
2012-04-19
samples/seccomp: fix dependencies on arch macros
Will Drewry
2012-04-14
Documentation: prctl/seccomp_filter
Will Drewry