Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLES:aarch64
SUSE:SLE-12-SP3:GA
openssh.17573
openssh-7.2p2-seccomp_getuid.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssh-7.2p2-seccomp_getuid.patch of Package openssh.17573
# HG changeset patch # Parent d75417bf0f4d50cabd84299773bab4ac68f68caa add 'getuid' syscall to list of allowed ones to prevent the sanboxed thread from being killed by the seccomp filter diff --git a/openssh-7.2p2/sandbox-seccomp-filter.c b/openssh-7.2p2/sandbox-seccomp-filter.c --- a/openssh-7.2p2/sandbox-seccomp-filter.c +++ b/openssh-7.2p2/sandbox-seccomp-filter.c @@ -142,16 +142,22 @@ static const struct sock_filter preauth_ SC_ALLOW(exit_group), #endif #ifdef __NR_getpgid SC_ALLOW(getpgid), #endif #ifdef __NR_getpid SC_ALLOW(getpid), #endif +#ifdef __NR_getuid + SC_ALLOW(getuid), +#endif +#ifdef __NR_getuid32 + SC_ALLOW(getuid32), +#endif #ifdef __NR_getrandom SC_ALLOW(getrandom), #endif #ifdef __NR_gettimeofday SC_ALLOW(gettimeofday), #endif #ifdef __NR_madvise SC_ALLOW(madvise),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor