bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

Constrain devfs_rule for VM feature #643

Open gronke opened 5 years ago

gronke commented 5 years ago

The devfs rule that unhides vmm/* can be further constrained.

devfs_ruleset.append("add path vmm/* unhide")

This changes apply on top of #605 as pointed out in https://github.com/bsdci/libioc/pull/605#discussion_r246935713

igalic commented 5 years ago

The same should be done in https://github.com/bsdci/libioc/pull/140