Add /proc/keys to masked paths
This leaks information about keyrings on the host. Keyrings are not namespaced. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8b42adeddc
commit
fe64b06a6d
@ -155,6 +155,7 @@ func createDefaultSpec(ctx context.Context, id string) (*Spec, error) {
|
|||||||
MaskedPaths: []string{
|
MaskedPaths: []string{
|
||||||
"/proc/acpi",
|
"/proc/acpi",
|
||||||
"/proc/kcore",
|
"/proc/kcore",
|
||||||
|
"/proc/keys",
|
||||||
"/proc/latency_stats",
|
"/proc/latency_stats",
|
||||||
"/proc/timer_list",
|
"/proc/timer_list",
|
||||||
"/proc/timer_stats",
|
"/proc/timer_stats",
|
||||||
|
Loading…
Reference in New Issue
Block a user