[apparmor] Weird problem with LD_LIBRARY_PATH

2014-05-05 Thread Aaron Lewis
Hi, I'm trying to setup a chromium profile that is installed in a different location, % cat /opt/chromium/chromium/chromium.sh #!/bin/bash export LD_LIBRARY_PATH=/opt/chromium/libs/ /opt/chromium/chromium/chromium $@ When I enforce the opt.chromium.chromium.chromium.sh policy, it says: (No

Re: [apparmor] Weird problem with LD_LIBRARY_PATH

2014-05-05 Thread Aaron Lewis
Oops, When I enforce the opt.chromium.chromium.chromium.sh policy should be When I enforce the opt.chromium.chromium.chromium policy On Tue, May 6, 2014 at 8:40 AM, Aaron Lewis the.warl0ck.1...@gmail.com wrote: Hi, I'm trying to setup a chromium profile that is installed in a different

Re: [apparmor] Weird problem with LD_LIBRARY_PATH

2014-05-05 Thread John Johansen
On 05/05/2014 05:40 PM, Aaron Lewis wrote: Oops, When I enforce the opt.chromium.chromium.chromium.sh policy should be When I enforce the opt.chromium.chromium.chromium policy On Tue, May 6, 2014 at 8:40 AM, Aaron Lewis the.warl0ck.1...@gmail.com wrote: Hi, I'm trying to setup a chromium

Re: [apparmor] Weird problem with LD_LIBRARY_PATH

2014-05-05 Thread Seth Arnold
On Tue, May 06, 2014 at 08:40:09AM +0800, Aaron Lewis wrote: % cat /opt/chromium/chromium/chromium.sh #!/bin/bash export LD_LIBRARY_PATH=/opt/chromium/libs/ /opt/chromium/chromium/chromium $@ When I enforce the opt.chromium.chromium.chromium.sh policy, it says: (No problem running it