diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-08-06 09:49:28 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-08-06 09:49:28 +0200 |
commit | afa50969bdb271baa85c1df237e572569fa521ff (patch) | |
tree | 41a57390c077cb865b3e7373db780731a2702bfc | |
parent | 60d05c0d16bbdec70317d5deac0be56d83c11bed (diff) | |
download | vyos-strongswan-afa50969bdb271baa85c1df237e572569fa521ff.tar.gz vyos-strongswan-afa50969bdb271baa85c1df237e572569fa521ff.zip |
stop dropping privileges
* debian/rules:
- revert dropping privileges, it breaks too many setups for now and it's
not possible to disable it. reopens #529854 and closes: #680722
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 012c84079..d49af46e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +strongswan (4.6.4-6) UNRELEASED; urgency=low + + * debian/rules: + - revert dropping privileges, it breaks too many setups for now and it's + not possible to disable it. reopens #529854 and closes: #680722 + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 12 Jul 2012 11:42:58 +0200 + strongswan (4.6.4-5) unstable; urgency=low [ Yves-Alexis Perez ] diff --git a/debian/rules b/debian/rules index 9df5797ff..dabf6794a 100755 --- a/debian/rules +++ b/debian/rules @@ -16,8 +16,8 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-ha \ --enable-led --enable-gcrypt \ --enable-test-vectors --enable-nat-transport \ - --with-user=strongswan --with-group=nogroup \ --disable-blowfish --disable-des # BSD-Young license + #--with-user=strongswan --with-group=nogroup # --enable-kernel-pfkey --enable-kernel-klips \ # And for --enable-eap-sim we would need the library, which we don't # have right now. |