PDA

View Full Version : [ubuntu] Proper variable for Apparmor here?



Hungry Man
December 16th, 2012, 07:22 AM
/lib/x86_64-linux-gnu/libdbus-1.so.* mr,


I want this to work on 32bit and 64bit systems. Is there a variable here that will allow for this?

I don't want to use *, I'd like something similar to {32,64} (unless that's the one for this?).

samiux
December 16th, 2012, 10:12 AM
/lib/x86_64-linux-gnu/libdbus-1.so.* mr,


I want this to work on 32bit and 64bit systems. Is there a variable here that will allow for this?

I don't want to use *, I'd like something similar to {32,64} (unless that's the one for this?).

The code may be looking like this :


/lib/{i386,x86_64,}-linux-gnu/libdbus-1.so.* mr,

Samiux

Hungry Man
December 16th, 2012, 11:07 AM
I've never been on 32bit Linux. Is the folder i386-linux-gnu?

If so that should work, I just want to confirm.

samiux
December 16th, 2012, 11:22 AM
I've never been on 32bit Linux. Is the folder i386-linux-gnu?

If so that should work, I just want to confirm.

You can confirm it by using virtual machine.

Samiux

Hungry Man
December 16th, 2012, 12:13 PM
Downloading 4GB just to test for this would be a bit of a pain. I'll give googling a go later.

vasa1
December 16th, 2012, 12:51 PM
I've never been on 32bit Linux. Is the folder i386-linux-gnu?

If so that should work, I just want to confirm.
Will this help? It's from Lubuntu 12.10

Hungry Man
December 16th, 2012, 09:52 PM
Yep, thanks.