logo

apparmor.d

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

ldapclient (856B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2011 Novell/SUSE
  4. #
  5. # This program is free software; you can redistribute it and/or
  6. # modify it under the terms of version 2 of the GNU General Public
  7. # License published by the Free Software Foundation.
  8. #
  9. # ------------------------------------------------------------------
  10. abi <abi/3.0>,
  11. # files required by LDAP clients (e.g. nss_ldap/pam_ldap)
  12. /etc/ldap.conf r,
  13. /etc/ldap.secret r,
  14. /etc/openldap/* r,
  15. /etc/openldap/cacerts/* r,
  16. # SASL plugins and config
  17. /etc/sasl2/* r,
  18. /usr/lib{,32,64}/sasl2/* r,
  19. # local LDAP name service daemon
  20. @{run}/nslcd/socket rw,
  21. include <abstractions/ssl_certs>
  22. # Include additions to the abstraction
  23. include if exists <abstractions/ldapclient.d>