Lines Matching +full:20 +full:system
77 rule subsystem provides a way for the administrator of a system to control
242 Rules and rulesets are unique to the entire system,
269 When the system boots,
327 Add a rule to ruleset number 20.
329 this rule is never applied automatically (unless ruleset 20 becomes
332 .Dl "devfs rule -s 20 add type disk group wheel"
334 Explicitly apply all rules in ruleset number 20 to the DEVFS mount on
336 It does not matter that ruleset 20 is not the current ruleset for that
339 .Dl "devfs -m /my/jail/dev rule -s 20 applyset"
361 The below copies all the rules from ruleset 20 into ruleset 10.
370 .Dl "devfs rule -s 20 show | devfs rule -s 10 add -"