removing ipsec.secrets from diversion since it breaks apparmor permissions and strongswan
This commit is contained in:
parent
f6303f817b
commit
9e95ef6478
|
@ -1,4 +1,4 @@
|
||||||
wit-network-config (1.5) unstable; urgency=low
|
wit-network-config (1.6) unstable; urgency=low
|
||||||
|
|
||||||
* adding support for frr 5.0
|
* adding support for frr 5.0
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
/etc/frr/frr.conf.wit
|
/etc/frr/frr.conf.wit
|
||||||
/etc/ipsec.conf.wit
|
/etc/ipsec.conf.wit
|
||||||
/etc/ipsec.secrets.wit
|
|
||||||
|
|
|
@ -74,7 +74,6 @@ case "$1" in
|
||||||
|
|
||||||
sed -i -e "s/HOSTNAME\.DOMAINNAME/${HOSTNAME}/" /etc/ipsec.conf.wit
|
sed -i -e "s/HOSTNAME\.DOMAINNAME/${HOSTNAME}/" /etc/ipsec.conf.wit
|
||||||
echo ": RSA ${HOSTNAME}.key" >/etc/ipsec.secrets
|
echo ": RSA ${HOSTNAME}.key" >/etc/ipsec.secrets
|
||||||
chmod 600 /etc/ipsec.secrets
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue