logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

kerberosclient (1476B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2009 Novell/SUSE
  4. # Copyright (C) 2009-2011 Canonical Ltd.
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. # files required by kerberos client programs
  13. /usr/lib{,32,64}/krb5/plugins/libkrb5/ r,
  14. /usr/lib{,32,64}/krb5/plugins/libkrb5/* mr,
  15. /usr/lib/@{multiarch}/krb5/plugins/libkrb5/ r,
  16. /usr/lib/@{multiarch}/krb5/plugins/libkrb5/* mr,
  17. /usr/lib{,32,64}/krb5/plugins/preauth/ r,
  18. /usr/lib{,32,64}/krb5/plugins/preauth/* mr,
  19. /usr/lib/@{multiarch}/krb5/plugins/preauth/ r,
  20. /usr/lib/@{multiarch}/krb5/plugins/preauth/* mr,
  21. /usr/lib{,32,64}/krb5/plugins/authdata/ r,
  22. /usr/lib{,32,64}/krb5/plugins/authdata/* mr,
  23. /usr/lib/@{multiarch}/krb5/plugins/authdata/ r,
  24. /usr/lib/@{multiarch}/krb5/plugins/authdata/* mr,
  25. /etc/krb5.keytab rk,
  26. /etc/krb5.conf r,
  27. /etc/krb5.conf.d/ r,
  28. /etc/krb5.conf.d/* r,
  29. # config files found via strings on libs
  30. /etc/krb.conf r,
  31. /etc/krb.realms r,
  32. /etc/srvtab r,
  33. # credential caches
  34. /tmp/krb5cc* r,
  35. # Include additions to the abstraction
  36. include if exists <abstractions/kerberosclient.d>