https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211364
Bug ID: 211364
Summary: /etc/rc.d/ipsec does not run in VNET jails
Product: Base System
Version: 10.3-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
In /etc/rc.d/ipsec has keyword "nojail" wich prevents running in any jail.
running in vnet jails schould be enabled by changing keyword to "nojailvnet".
(like /etc/rc.d/ipfw)
diff included:
--- ipsec.orig 2016-07-25 13:00:10.516069000 +0200
+++ ipsec 2016-07-25 12:59:55.388665000 +0200
@@ -6,7 +6,7 @@
# PROVIDE: ipsec
# REQUIRE: FILESYSTEMS
# BEFORE: DAEMON mountcritremote
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
. /etc/rc.subr
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"