logo

apparmor.d

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

ruby (1008B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2006 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. /usr/lib{,32,64}/ruby/1.[89]{.[0-9],}/ r,
  13. /usr/lib{,32,64}/ruby/1.[89]{.[0-9],}/**.rb r,
  14. /usr/lib{,32,64}/ruby/1.[89]{.[0-9],}/*-linux/**.so mr,
  15. /usr/{,local/}lib{,32,64}/ruby/{site,vendor}_ruby/1.[89]{.[0-9],}/ r,
  16. /usr/{,local/}lib{,32,64}/ruby/{site,vendor}_ruby/1.[89]{.[0-9],}/**.rb r,
  17. /usr/{,local/}lib{,32,64}/ruby/{site,vendor}_ruby/1.[89]{.[0-9],}/*-linux/**.so mr,
  18. /usr/lib{,32,64}/ruby/gems/1.[89]{.[0-9],}/ r,
  19. /usr/lib{,32,64}/ruby/gems/1.[89]{.[0-9],}/** r,
  20. # Include additions to the abstraction
  21. include if exists <abstractions/ruby.d>