diff --git a/openssh.changes b/openssh.changes index 5c78c3a..267c4a3 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 17 11:29:21 UTC 2014 - pcerny@suse.com + +- reverting to rlimit sandbox even for newer distributions, since + it seems not to work properly (bnc#864171) + ------------------------------------------------------------------- Wed Feb 12 01:24:16 UTC 2014 - pcerny@suse.com diff --git a/openssh.spec b/openssh.spec index 1fdb4e0..299206a 100644 --- a/openssh.spec +++ b/openssh.spec @@ -53,11 +53,11 @@ %endif %define sandbox_seccomp 0 -%ifarch %ix86 x86_64 -%if 0%{?suse_version} > 1220 -%define sandbox_seccomp 1 -%endif -%endif +#ifarch %ix86 x86_64 +#if 0%{?suse_version} > 1220 +#define sandbox_seccomp 0 +#endif +#endif %define _fwdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d %define _fwdefdir %{_fwdir}/services