aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs/devfs.rules
Commit message (Collapse)AuthorAgeFilesLines
* devfs.rules: unhide pf in vnet jailsKristof Provost2020-10-051-0/+4
| | | | | | | | | | | | | /dev/pf is usable in vnet jails, so don't hide the node there. We shouldn't expose /dev/pf in regular jails, as that gives them control over the host (or parent vnet jail) firewall. Reviewed by: bz Differential Revision: https://reviews.freebsd.org/D26537 Notes: svn path=/head/; revision=366461
* Move all devfs related files to sbin/devfs/Brad Davis2018-08-221-0/+88
This is related to pkgbase as it uses CONFS to properly tag these as config files. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16785 Notes: svn path=/head/; revision=338204