Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dseccomp-util.h99 int seccomp_restrict_realtime(void);
Dseccomp-util.c1577 int seccomp_restrict_realtime(void) { in seccomp_restrict_realtime() function
/systemd-251/src/test/
Dtest-seccomp.c566 assert_se(seccomp_restrict_realtime() >= 0); in TEST()
/systemd-251/src/core/
Dexecute.c1597 return seccomp_restrict_realtime(); in apply_restrict_realtime()