summaryrefslogtreecommitdiff
path: root/src/test/test-seccomp.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-04process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering1-10/+10
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-11test: add tests for syscall:errno style in SystemCallFilter=Yu Watanabe1-9/+42
2017-10-30fix includesMatija Skala1-1/+1
2017-09-14tests: let's make sure the seccomp filter lists remain properly orderedLennart Poettering1-0/+31
2017-09-08util-lib: wrap personality() to fix up broken glibc error handling (#6766)Lennart Poettering1-49/+18
2017-09-06tests: check the return value of personality when errno is not set (#6752)Evgeny Vereshchagin1-12/+26
2017-08-29seccomp: rework seccomp_lock_personality() to apply filter to all archsLennart Poettering1-1/+0
2017-08-29seccomp: default to something resembling the current personality when locking itLennart Poettering1-4/+34
2017-08-29seccomp: LockPersonality boolean (#6193)Topi Miettinen1-0/+36
2017-07-15test-seccomp: arm64 does not have access() and poll()Zbigniew Jędrzejewski-Szmek1-0/+8
2017-07-15seccomp: arm64/x32 do not have _sysctlZbigniew Jędrzejewski-Szmek1-0/+4
2017-05-10seccomp: enable RestrictAddressFamilies on ppc64, autodetect SECCOMP_RESTRICT...Zbigniew Jędrzejewski-Szmek1-0/+9
2017-05-07seccomp: assume clone() arg order is known on all architecturesZbigniew Jędrzejewski-Szmek1-3/+0
2017-05-07seccomp: add mmap/shmat defines for arm and arm64Zbigniew Jędrzejewski-Szmek1-2/+2
2017-05-07seccomp: add mmap/shmat defines for ppc64Zbigniew Jędrzejewski-Szmek1-2/+2
2017-05-07seccomp: drop SECCOMP_MEMORY_DENY_WRITE_EXECUTE_BROKEN, add test for shmatZbigniew Jędrzejewski-Szmek1-8/+58
2017-05-03test-seccomp: limit the code under #ifdefZbigniew Jędrzejewski-Szmek1-9/+10
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart Poettering1-0/+3
2017-02-08seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254)Lennart Poettering1-1/+11
2017-02-06seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i...Lennart Poettering1-0/+16
2017-01-17seccomp: rework seccomp code, to improve compat with some archsLennart Poettering1-7/+265
2016-11-04core: add new RestrictNamespaces= unit file settingLennart Poettering1-0/+94
2016-11-01seccomp: allow specifying arm64, mips, ppc (#4491)Zbigniew Jędrzejewski-Szmek1-0/+33
2016-10-24seccomp: add test-seccomp test toolLennart Poettering1-0/+103