[Bug 255660] /etc/defaults/devfs.rules rule recursion
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 6 15:13:38 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255660
Bug ID: 255660
Summary: /etc/defaults/devfs.rules rule recursion
Product: Base System
Version: 13.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: conf
Assignee: bugs at FreeBSD.org
Reporter: gijs at peskens.net
The default [devfsrules_jail_vnet=5] includes devfsrules_jail, however include
recursion is not something that exists.
I believe the intention was to have all rules of ruleset 4 expanded, including
the included rules.
So it should read like this:
[devfsrules_jail_vnet=5]
add include $devfsrules_hide_all
add include $devfsrules_unhide_basic
add include $devfsrules_unhide_login
add include $devfsrules_jail
add path pf unhide
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list