How do I make devices in /dev/ accessible inside a Bastille jail?
When I have two sets of rules, how do I set this in rc.conf.local, from within the host system?
How would bastille also get referenced with this?
In devfs.rules of the host (not within the jail), I have:
I don't understand what makes it apply to the jail, and to the jail file system. Also, how is the number in the headings applicable to the set of rules?
When I have two sets of rules, how do I set this in rc.conf.local, from within the host system?
Code:
devfs_system_ruleset="localrules"
In devfs.rules of the host (not within the jail), I have:
Code:
[localrules=10]
add path 'dri/*' mode 0666 group video
add path 'drm/*' mode 0666 group video
add path 'da*' mode 0771 group operator
add path 'cd0' mode 0775 group operator
add path 'fuse' mode 0755 group operator
add path 'usb/*' mode 0755 group operator
add path 'unlpt*' mode 0755 group cups
add path 'ulpt*' mode 0775 group cups
[bastille=11]
add path 'mixer*' unhide
I don't understand what makes it apply to the jail, and to the jail file system. Also, how is the number in the headings applicable to the set of rules?