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/debian20241107 #12585

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    68f3602 View commit details
    Browse the repository at this point in the history
  2. fix accounts_users_home_files_groupownership bash remediation to hand…

    …le symlinks properly
    a-skr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f549594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7adc6db View commit details
    Browse the repository at this point in the history
  4. fix accounts_users_home_files_permissions to handle symlinks properly

    chmod syscall doesn't apply to symlinks, so they shall be ignored when
    setting user files permissions.
    
    - OVAL check now filters out symlinks
    - bash_restrict_permissions_home_directories macro now ignore symlinks
    a-skr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d18e07f View commit details
    Browse the repository at this point in the history