Use abstractions where possible

This commit is contained in:
doublez13 2025-09-04 07:46:04 -06:00 committed by Alex
parent 00f63f77e1
commit c51f189ca0

View file

@ -9,16 +9,13 @@ include <tunables/global>
@{exec_path} = @{bin}/kdestroy
profile kdestroy @{exec_path} {
include <abstractions/base>
include <abstractions/kerberosclient>
#Allow root to destroy other users' creds cache
capability dac_override,
@{exec_path} mr,
#Config Files
/etc/krb5.conf r,
/etc/krb5.conf.d/{,**} r,
#Credentials cache
/tmp/krb5cc_* rwk,
/tmp/tkt* rwk,