[apparmor] [Patch] refactor ruby abstraction
Steve Beattie
steve at nxnw.org
Mon Jul 1 17:22:29 UTC 2013
On Mon, Jul 01, 2013 at 09:25:15AM -0700, John Johansen wrote:
> === modified file 'profiles/apparmor.d/abstractions/ruby'
> --- profiles/apparmor.d/abstractions/ruby 2010-12-20 20:29:10 +0000
> +++ profiles/apparmor.d/abstractions/ruby 2013-07-01 16:22:43 +0000
> @@ -9,17 +9,13 @@
> #
> # ------------------------------------------------------------------
>
> - /usr/lib{,32,64}/ruby/1.[89]/ r,
> - /usr/lib{,32,64}/ruby/1.[89]/*.rb r,
> - /usr/lib{,32,64}/ruby/1.[89]/**/*.rb r,
> - /usr/lib{,32,64}/ruby/1.[89]/*-linux/*.so mr,
> - /usr/lib{,32,64}/ruby/1.[89]/*-linux/**/*.so mr,
> -
> - /usr/lib{,32,64}/ruby/site_ruby/1.[89]/ r,
> - /usr/lib{,32,64}/ruby/site_ruby/1.[89]/*.rb r,
> - /usr/lib{,32,64}/ruby/site_ruby/1.[89]/**/*.rb r,
> - /usr/lib{,32,64}/ruby/site_ruby/1.[89]/*-linux/*.so mr,
> - /usr/lib{,32,64}/ruby/site_ruby/1.[89]/*-linux/**/*.so mr,
> -
> - /usr/lib/ruby/gems/1.[89]/ r,
> - /usr/lib/ruby/gems/1.[89]/** r,
> + /usr/lib{,32,64}/ruby/1.[89]{.[0-9],}/ r,
> + /usr/lib{,32,64}/ruby/1.[89]{.[0-9],}/**.rb r,
> + /usr/lib{,32,64}/ruby/1.[89]{.[0-9],}/*-linux/**.so mr,
> +
> + /usr/lib{,32,64}/ruby/site_ruby/1.[89]{.[0-9],}/ r,
> + /usr/lib{,32,64}/ruby/site_ruby/1.[89]{.[0-9],}/**.rb r,
> + /usr/lib{,32,64}/ruby/site_ruby/1.[89]{.[0-9],}/*-linux/**.so mr,
> +
> + /usr/lib{,32,64}/ruby/gems/1.[89]{.[0-9],}/ r,
> + /usr/lib{,32,64}/ruby/gems/1.[89]{.[0-9],}/** r,
Acked-by: Steve Beattie <sbeattie at ubuntu.com>
Christian, have you looked at ruby abstraction changes to support ruby
2.0?
--
Steve Beattie
<sbeattie at ubuntu.com>
http://NxNW.org/~steve/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20130701/2a2113d8/attachment.pgp>
More information about the AppArmor
mailing list