Closed DelusionalOptimist closed 4 months ago
/var/run, /run
to detect container runtime
/sys/kernel/
for btf, securityfs
/sys/module/apparmor/parameters/enabled
ref: https://kubernetes.io/docs/tutorials/security/apparmor/#before-you-begin
/var/lib/kubelet/seccomp
for seccomp
I would like to work on this.
@Utkar5hM please checkout issues with "good first issue" or "help wanted" label and let us know so that we can assign. Thanks : )
Feature Request
Short Description KubeArmor snitch currently mounts the entire rootfs of the host - ref
Describe the solution you'd like
We should specify the host path volume mounts at a more granular level. For example:
/var/run
should be enough/etc/apparmor.d
should be enoughand so on...
We may use older KubeArmor daemonset for reference on the same.