Branch: refs/heads/main
Home: https://github.com/gssapi/gssproxy
Commit: be676f3c6338971d953c8da52f4172040c5e06a4
https://github.com/gssapi/gssproxy/commit/be676f3c6338971d953c8da52f4172040…
Author: Julien Rische <jrische(a)redhat.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M src/client/gpm_accept_sec_context.c
M src/gp_creds.c
M src/gp_rpc_init_sec_context.c
M tests/interposetest.c
M tests/t_accept.c
M tests/userproxytest.c
Log Message:
-----------
Fix various issues detected by static analysis
Signed-off-by: Julien Rische <jrische(a)redhat.com>
Commit: b954728937c09a40409279d1247679aa5d39c7c8
https://github.com/gssapi/gssproxy/commit/b954728937c09a40409279d1247679aa5…
Author: Julien Rische <jrische(a)redhat.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M systemd/gssproxy.service.in
Log Message:
-----------
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(a)redhat.com>
Compare: https://github.com/gssapi/gssproxy/compare/d7be530d86a3...b954728937c0
To unsubscribe from these emails, change your notification settings at https://github.com/gssapi/gssproxy/settings/notifications