Use abstractions where possible
This commit is contained in:
parent
35db878a36
commit
d737502aef
1 changed files with 1 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
||||||
profile kinit @{exec_path} {
|
profile kinit @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
include <abstractions/kerberosclient>
|
||||||
|
|
||||||
network inet dgram,
|
network inet dgram,
|
||||||
network inet6 dgram,
|
network inet6 dgram,
|
||||||
|
|
@ -19,13 +20,6 @@ profile kinit @{exec_path} {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
#Config Files
|
|
||||||
/etc/krb5.conf r,
|
|
||||||
/etc/krb5.conf.d/{,**} r,
|
|
||||||
|
|
||||||
#Host keytab file
|
|
||||||
/etc/krb5.keytab r,
|
|
||||||
|
|
||||||
#User keytab file
|
#User keytab file
|
||||||
/var/lib/krb5/user/*/client.keytab r,
|
/var/lib/krb5/user/*/client.keytab r,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue