disk: rename MountpointAllowList -> MountpointPolicies
Now that the mountpoint allow is is actually a trie of path policies we should rename it to better refelct its contents.
This commit is contained in:
parent
de52e024a0
commit
3c3f1b4969
5 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ const (
|
|||
XBootLDRPartitionGUID = "BC13C2FF-59E6-4262-A352-B275FD6F7172"
|
||||
)
|
||||
|
||||
var MountpointAllowList = NewPathPolicies(map[string]PathPolicy{
|
||||
var MountpointPolicies = NewPathPolicies(map[string]PathPolicy{
|
||||
"/": {Exact: true},
|
||||
"/var": {},
|
||||
"/opt": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue