[Bug 3085] seccomp issue after upgrading openssl
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Oct 31 19:26:30 AEDT 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3085
--- Comment #4 from brunni at netestate.de ---
(In reply to Damien Miller from comment #3)
> Please try -current, or cherry-pick this commit:
>
> commit 3ef92a657444f172b61f92d5da66d94fa8265602
I am using the latest release and that commit is part of my source:
#ifdef __NR_stat64
SC_DENY(__NR_stat64, EACCES),
#endif
#ifdef __NR_shmget
SC_DENY(__NR_shmget, EACCES),
#endif
#ifdef __NR_shmat
SC_DENY(__NR_shmat, EACCES),
#endif
#ifdef __NR_shmdt
SC_DENY(__NR_shmdt, EACCES),
#endif
/* Syscalls to permit */
#ifdef __NR_brk
SC_ALLOW(__NR_brk),
#endif
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list