Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

falco: when leastPrivileged is true, set the apparmor profile to … #769

Merged
merged 4 commits into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. RFC falco: when leastPrivileged is true, set the apparmor profile to …

    …unconfined
    
    It appears that when setting leastPrivileged: true, apparmor does not not allow falco to ptrace, which appears to leave the container fields null. If leastPrivileged: true, set the apparmor profile to unconfined.
    
    Oct 24 09:52:57 hostname kernel: audit: type=1400 audit(1729785177.339:404624): apparmor="DENIED" operation="ptrace" profile="cri-containerd.apparmor.d" pid=2389102 comm="falco" requested_mask="read" denied_mask="read" peer="unconfined"
    
    
    Signed-off-by: doublez13 <[email protected]>
    doublez13 authored and leogr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c96a27e View commit details
    Browse the repository at this point in the history
  2. Falco: Bump chart to 4.12.0

    Signed-off-by: doublez13 <[email protected]>
    doublez13 authored and leogr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cca8b65 View commit details
    Browse the repository at this point in the history
  3. Update the changelog to document unconfined apparmor

    Signed-off-by: doublez13 <[email protected]>
    doublez13 authored and leogr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8d809fb View commit details
    Browse the repository at this point in the history
  4. docs(charts/falco): update README.md

    Signed-off-by: Leonardo Grasso <[email protected]>
    leogr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5d7c35b View commit details
    Browse the repository at this point in the history