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
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-2
/
+2
*
test-seccomp: support systems that sched_setscheduler() is already limited
Yu Watanabe
2022-09-15
1
-5
/
+15
*
seccomp: add PARISC (HPPA support)
Sam James
2022-06-28
1
-0
/
+2
*
test: account for ADDR_NO_RANDOMIZE if it's set
Frantisek Sumsal
2022-06-09
1
-4
/
+12
*
test-seccomp: check for CAP_IPC_OWNER before calling shmat()
Anita Zhang
2022-05-25
1
-1
/
+1
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-76
/
+19
*
test: Check that "native" architecture is always filtered
Benjamin Berg
2021-09-30
1
-0
/
+61
*
test: fix syscall existence check
Yu Watanabe
2021-06-15
1
-14
/
+31
*
test-seccomp: Check for __NR_ppoll before use (#19858)
Khem Raj
2021-06-15
1
-2
/
+3
*
test-seccomp: tighten privilege check before seccomp()
Lennart Poettering
2021-06-03
1
-24
/
+29
*
test: parse_syscall_and_errno() accepts zero errno
Yu Watanabe
2021-03-08
1
-0
/
+6
*
test: move test_parse_syscall_and_errno() to test-seccomp.c
Yu Watanabe
2021-03-08
1
-0
/
+53
*
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
[next]