Use abstractions where possible
This commit is contained in:
parent
1be6a2f069
commit
35db878a36
1 changed files with 1 additions and 4 deletions
|
|
@ -9,16 +9,13 @@ include <tunables/global>
|
||||||
@{exec_path} = @{bin}/kdestroy
|
@{exec_path} = @{bin}/kdestroy
|
||||||
profile kdestroy @{exec_path} {
|
profile kdestroy @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
include <abstractions/kerberosclient>
|
||||||
|
|
||||||
#Allow root to destroy other users' creds cache
|
#Allow root to destroy other users' creds cache
|
||||||
capability dac_override,
|
capability dac_override,
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
#Config Files
|
|
||||||
/etc/krb5.conf r,
|
|
||||||
/etc/krb5.conf.d/{,**} r,
|
|
||||||
|
|
||||||
#Credentials cache
|
#Credentials cache
|
||||||
/tmp/krb5cc_* rwk,
|
/tmp/krb5cc_* rwk,
|
||||||
/tmp/tkt* rwk,
|
/tmp/tkt* rwk,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue