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 various issues detected by static analysis and invalid file mode in systemd service file #104

Merged
merged 2 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. Fix various issues detected by static analysis

    Signed-off-by: Julien Rische <jrische@redhat.com>
    jrisc committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e9d0890 View commit details
    Browse the repository at this point in the history
  2. Make systemd use 0700 mode on cache folders

    The provided gssproxy.service unit configures /var/lib/gssproxy/clients
    and /var/lib/gssproxy/rcache as "StateDirectory". However, systemd
    applies mode 0755 by default on such folders. "StateDirectoryMode" has
    to be set too to restrict access to root only.
    
    Signed-off-by: Julien Rische <jrische@redhat.com>
    jrisc committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fbbb6a4 View commit details
    Browse the repository at this point in the history