logo

apparmor.d

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

perl (974B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2009 Novell/SUSE
  4. # Copyright (C) 2009 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. # a few files typically required for perl scripts
  13. /usr/bin/perl rmix,
  14. /usr/bin/perl[0-9].[0-9].[0-9] rmix,
  15. /usr/lib{,32,64}/perl5/** r,
  16. /usr/lib{,32,64}/perl{,5}/**.so* mr,
  17. /usr/lib/@{multiarch}/perl{,5,-base}/** r,
  18. /usr/lib/@{multiarch}/perl{,5,-base}/[0-9]*/**.so* mr,
  19. /usr/share/perl/** r,
  20. /usr/share/perl5/** r,
  21. /etc/perl/** r,
  22. # Include additions to the abstraction
  23. include if exists <abstractions/perl.d>