Replace the simple allow list of paths with the more sophisticated path policies. It enables us to e.g. allow one path but not any sub-path. This will be useful for `/boot` where we want to allow its customization but not any sub-path because that might actually break booting. |
||
|---|---|---|
| .. | ||
| btrfs.go | ||
| disk.go | ||
| disk_test.go | ||
| filesystem.go | ||
| luks.go | ||
| lvm.go | ||
| lvm_test.go | ||
| partition.go | ||
| partition_table.go | ||
| path_policy.go | ||
| path_policy_test.go | ||
| path_tree_test.go | ||
| path_trie.go | ||