index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-seccomp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/seccomp-util: address family filtering is broken on ppc
Zbigniew Jędrzejewski-Szmek
2020-11-26
1
-1
/
+1
*
test: skip several tests in test-seccomp when running on asan
Yu Watanabe
2020-11-25
1
-0
/
+15
*
test: skip several tests in test-seccomp when running on valgrind
Yu Watanabe
2020-11-25
1
-0
/
+30
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
test-seccomp: accept ENOSYS from sysctl(2) too
Zbigniew Jędrzejewski-Szmek
2020-09-24
1
-1
/
+1
*
Merge pull request #16819 from keszybz/seccomp-enosys
Zbigniew Jędrzejewski-Szmek
2020-08-25
1
-6
/
+11
|
\
|
*
shared: add @known syscall list
Zbigniew Jędrzejewski-Szmek
2020-08-24
1
-6
/
+11
*
|
seccomp: add support for riscv64
Aurelien Jarno
2020-08-21
1
-0
/
+3
|
/
*
test-seccomp: minor simpification
Zbigniew Jędrzejewski-Szmek
2020-08-05
1
-5
/
+2
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-1
/
+1
*
tests: various small fixes for strict systems
Topi Miettinen
2020-04-26
1
-0
/
+6
*
make namespace_flags_to_string() not return empty string
Yu Watanabe
2020-03-03
1
-1
/
+1
*
seccomp: real syscall numbers are >= 0
Mike Gilbert
2019-12-09
1
-10
/
+10
*
seccomp: mmap test results depend on kernel/libseccomp/glibc
Christian Ehrhardt
2019-12-05
1
-3
/
+4
*
Merge pull request #13940 from keur/protect_kernel_logs
Lennart Poettering
2019-11-15
1
-0
/
+43
|
\
|
*
test/test-seccomp: add test_protect_syslog
Kevin Kuehler
2019-11-14
1
-0
/
+43
*
|
seccomp: more comprehensive protection against libseccomp's __NR_xyz namespac...
Lennart Poettering
2019-11-15
1
-9
/
+10
|
/
*
tree-wide: drop sched.h when missing_sched.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+2
*
test: use the new action in our tests
Lennart Poettering
2019-05-24
1
-1
/
+1
*
test-seccomp: fix compilation on arm64
Zbigniew Jędrzejewski-Szmek
2019-04-03
1
-1
/
+7
*
test: add test case for restrict_suid_sgid()
Lennart Poettering
2019-04-02
1
-0
/
+208
*
seccomp: allow shmat to be a separate syscall on architectures which use a mu...
Zbigniew Jędrzejewski-Szmek
2019-03-15
1
-3
/
+6
*
seccomp: shm{get,at,dt} now have their own numbers everywhere
Zbigniew Jędrzejewski-Szmek
2019-03-15
1
-0
/
+9
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
test: skip various tests if namespacing is not available
Lennart Poettering
2018-10-24
1
-0
/
+5
*
seccomp: reduce logging about failure to add syscall to seccomp
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-8
/
+8
*
test-seccomp: log function names
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-1
/
+28
*
test-seccomp: move two similar tests closer
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-31
/
+31
*
test-seccomp: add log messages when skipping tests
Yu Watanabe
2018-09-20
1
-22
/
+68
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-1
/
+2
*
seccomp: add new system call filter, suitable as default whitelist for system...
Lennart Poettering
2018-06-14
1
-1
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
nsflsgs: drop namespace_flag_{from,to}_string()
Yu Watanabe
2018-05-05
1
-19
/
+26
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-10
/
+10
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
test: add tests for syscall:errno style in SystemCallFilter=
Yu Watanabe
2017-11-11
1
-9
/
+42
*
fix includes
Matija Skala
2017-10-30
1
-1
/
+1
*
tests: let's make sure the seccomp filter lists remain properly ordered
Lennart Poettering
2017-09-14
1
-0
/
+31
*
util-lib: wrap personality() to fix up broken glibc error handling (#6766)
Lennart Poettering
2017-09-08
1
-49
/
+18
*
tests: check the return value of personality when errno is not set (#6752)
Evgeny Vereshchagin
2017-09-06
1
-12
/
+26
*
seccomp: rework seccomp_lock_personality() to apply filter to all archs
Lennart Poettering
2017-08-29
1
-1
/
+0
*
seccomp: default to something resembling the current personality when locking it
Lennart Poettering
2017-08-29
1
-4
/
+34
*
seccomp: LockPersonality boolean (#6193)
Topi Miettinen
2017-08-29
1
-0
/
+36
*
test-seccomp: arm64 does not have access() and poll()
Zbigniew Jędrzejewski-Szmek
2017-07-15
1
-0
/
+8
*
seccomp: arm64/x32 do not have _sysctl
Zbigniew Jędrzejewski-Szmek
2017-07-15
1
-0
/
+4
*
seccomp: enable RestrictAddressFamilies on ppc64, autodetect SECCOMP_RESTRICT...
Zbigniew Jędrzejewski-Szmek
2017-05-10
1
-0
/
+9
[next]