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

fix(cmd): relax file perms for Falco driver config override #639

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. fix(cmd): relax file perms for Falco driver config override

    Falco config files are not supposed to contain sensitive information, so read permissions are given to all users.
    With this fix, the permissions of the config file for the driver engine override will be aligned to other Falco configs files under `/etc/falco`.
    
    Signed-off-by: Leonardo Grasso <[email protected]>
    leogr committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8f546f4 View commit details
    Browse the repository at this point in the history