Home
last modified time | relevance | path

Searched refs:seccomp_restrict_suid_sgid (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dseccomp-util.h103 int seccomp_restrict_suid_sgid(void);
Dseccomp-util.c2140 int seccomp_restrict_suid_sgid(void) { in seccomp_restrict_suid_sgid() function
/systemd-251/src/test/
Dtest-seccomp.c1111 assert_se(seccomp_restrict_suid_sgid() >= 0); in TEST()
/systemd-251/src/core/
Dexecute.c1610 return seccomp_restrict_suid_sgid(); in apply_restrict_suid_sgid()