Re: [apparmor] [PATCH 0/2] Preliminary XDG user dir support

2014-02-14 Thread Christian Boltz
Hello, Am Freitag, 14. Februar 2014 schrieb Jamie Strandboge: > Add basic support for XDG user dirs: > > 1. Update profiles/apparmor.d/tunables/global to include > xdg-user-dirs. 2. Create the xdg-user-dirs tunable using the default > 'C' xdg-user-dirs values: $ cat > profiles/apparmor.d/tunables

Re: [apparmor] [PATCH 0/2] Preliminary XDG user dir support

2014-02-14 Thread Jamie Strandboge
Erf, this was supposed to be: Subject: [apparmor] [PATCH 1/2] Preliminary XDG user dir support On 02/14/2014 03:35 PM, Jamie Strandboge wrote: > > Add basic support for XDG user dirs: > > 1. Update profiles/apparmor.d/tunables/global to include xdg-user-dirs. > 2. Create the xdg-user-dirs tunab

Re: [apparmor] [PATCH 0/2] Preliminary XDG user dir support

2014-02-14 Thread Jamie Strandboge
Add basic support for XDG user dirs: 1. Update profiles/apparmor.d/tunables/global to include xdg-user-dirs. 2. Create the xdg-user-dirs tunable using the default 'C' xdg-user-dirs values: $ cat profiles/apparmor.d/tunables/xdg-user-dirs # Define the common set of XDG user directories (usually de

[apparmor] [PATCH 0/2] Preliminary XDG user dir support

2014-02-14 Thread Jamie Strandboge
This patch follows up on the RFC from last August[0]. Note, the original patch mentioned 'xdg-dirs' throughout, but I changed this to 'xdg-user-dirs' to be inline with upstream. = Background = The xdg-user-dirs specification[1] allows for translatable and movable common directories. While this ma