Use abstractions where possible
This commit is contained in:
parent
00f63f77e1
commit
c51f189ca0
1 changed files with 1 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue