There's no good story around accessing any of core via /sys/raw, so blacklist it all

This commit is contained in:
Jeff Mitchell 2016-04-19 16:01:15 +00:00
parent 28c97b4914
commit 161e71adf3

View File

@ -14,8 +14,7 @@ var (
// protectedPaths cannot be accessed via the raw APIs.
// This is both for security and to prevent disrupting Vault.
protectedPaths = []string{
barrierInitPath,
keyringPath,
"core",
}
)