mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 14:47:00 +00:00
@@ -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.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user