From eedbb4ea7526a57b6b4b1bcdcf1034624a5a7743041fe4cfe9528eb5545c82e7 Mon Sep 17 00:00:00 2001 From: Petr Cerny Date: Mon, 17 Feb 2014 11:31:08 +0000 Subject: [PATCH] Accepting request 222560 from home:pcerny:factory - reverting to rlimit sandbox even for newer distributions, since it seems not to work properly (bnc#864171) OBS-URL: https://build.opensuse.org/request/show/222560 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=65 --- openssh.changes | 6 ++++++ openssh.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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