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:
Christian Kellner 2022-08-06 22:40:42 +02:00
parent de52e024a0
commit 3c3f1b4969
5 changed files with 5 additions and 5 deletions

View file

@ -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": {},