logo

apparmor.d

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

crypto (840B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2002-2009 Novell/SUSE
  5. # Copyright (C) 2009-2011 Canonical Ltd.
  6. # Copyright (C) 2021 Christian Boltz
  7. #
  8. # This program is free software; you can redistribute it and/or
  9. # modify it under the terms of version 2 of the GNU General Public
  10. # License published by the Free Software Foundation.
  11. #
  12. # ------------------------------------------------------------------
  13. abi <abi/3.0>,
  14. @{etc_ro}/gcrypt/hwf.deny r,
  15. @{etc_ro}/gcrypt/random.conf r,
  16. @{PROC}/sys/crypto/fips_enabled r,
  17. # libgcrypt reads some flags from /proc
  18. @{PROC}/sys/crypto/* r,
  19. # crypto policies used by various libraries
  20. /etc/crypto-policies/*/*.txt r,
  21. /usr/share/crypto-policies/*/*.txt r,
  22. include if exists <abstractions/crypto.d>