mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
After setting a ruleset on a new devfs mount, apply it.
Approved by: phk, rwatson (mentor) PR: bin/61047
This commit is contained in:
parent
462959355e
commit
b991815bc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124797
@ -1231,6 +1231,7 @@ devfs_domount()
|
||||
if [ -n "$rs" ]; then
|
||||
devfs_init_rulesets
|
||||
devfs_set_ruleset $rs $devdir
|
||||
devfs -m $devdir rule applyset
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user