mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-16 15:51:55 +00:00
minor changes
Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
parent
6c9bce6f73
commit
722ab4f2f9
@ -1838,8 +1838,8 @@
|
|||||||
container.mount.dest[/] != "N/A" or
|
container.mount.dest[/] != "N/A" or
|
||||||
container.mount.dest[/home/admin] != "N/A" or
|
container.mount.dest[/home/admin] != "N/A" or
|
||||||
container.mount.dest[/etc] != "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] != "N/A" or
|
||||||
container.mount.dest[/etc/kubernetes/manifests] != "N/A" or # static pod path
|
container.mount.dest[/etc/kubernetes/manifests] != "N/A" or
|
||||||
container.mount.dest[/root*] != "N/A")
|
container.mount.dest[/root*] != "N/A")
|
||||||
|
|
||||||
# The steps libcontainer performs to set up the root program for a container are:
|
# The steps libcontainer performs to set up the root program for a container are:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#
|
||||||
# Copyright (C) 2019 The Falco Authors.
|
# Copyright (C) 2019 The Falco Authors.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user