Use abstractions where possible

This commit is contained in:
doublez13 2025-09-04 07:48:57 -06:00 committed by Alex
parent c51f189ca0
commit 415bd4aa44

View file

@ -10,6 +10,7 @@ include <tunables/global>
profile kinit @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/kerberosclient>
network inet dgram,
network inet6 dgram,
@ -19,13 +20,6 @@ profile kinit @{exec_path} {
@{exec_path} mr,
#Config Files
/etc/krb5.conf r,
/etc/krb5.conf.d/{,**} r,
#Host keytab file
/etc/krb5.keytab r,
#User keytab file
/var/lib/krb5/user/*/client.keytab r,