minor changes

Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
kaizhe 2019-12-02 11:14:05 -08:00 committed by Leo Di Donato
parent 6c9bce6f73
commit 722ab4f2f9
2 changed files with 3 additions and 2 deletions

View File

@ -1838,8 +1838,8 @@
container.mount.dest[/] != "N/A" or
container.mount.dest[/home/admin] != "N/A" or
container.mount.dest[/etc] != "N/A" or
container.mount.dest[/etc/kubernetes] != "N/A" or # static pod path
container.mount.dest[/etc/kubernetes/manifests] != "N/A" or # static pod path
container.mount.dest[/etc/kubernetes] != "N/A" or
container.mount.dest[/etc/kubernetes/manifests] != "N/A" or
container.mount.dest[/root*] != "N/A")
# The steps libcontainer performs to set up the root program for a container are:

View File

@ -1,3 +1,4 @@
#
# Copyright (C) 2019 The Falco Authors.
#
#