Use abstractions where possible

This commit is contained in:
doublez13 2025-09-04 07:48:57 -06:00 committed by GitHub
parent 35db878a36
commit d737502aef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,