Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 558482 | Differences between
and this patch

Collapse All | Expand All

(-)a/security.c (+3 lines)
Lines 122-127 static void pax_seccomp_init(bool allow_forking) Link Here
122
122
123
		/* Syscalls listed because of sandbox.  */
123
		/* Syscalls listed because of sandbox.  */
124
		SCMP_SYS(readlink),
124
		SCMP_SYS(readlink),
125
126
		/* Syscalls listed because of fakeroot.  */
127
		SCMP_SYS(msgget),
125
	};
128
	};
126
	int fork_syscalls[] = {
129
	int fork_syscalls[] = {
127
		SCMP_SYS(clone),
130
		SCMP_SYS(clone),

Return to bug 558482