freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
396 stars 164 forks source link

Allow using rulesets when mounting devfs for a jail #1175

Open arrowd opened 1 month ago

arrowd commented 1 month ago

Specifically, this makes /dev/zfs available in the jail so that zfs list do not return error.

jlduran commented 1 month ago

Per the original comment in #59:

Pre-canned devfs rulesets are available in /etc/defaults/devfs.rules. These hide all devices except for those that are safe inside jails, and should probably be used rather than rolling your own.

I guess, this change is OK, as initially intended.