Bug#701714: (no subject)

2013-02-27 Thread intrigeri
Hi, adrelanos wrote (27 Feb 2013 19:52:14 GMT) : > Could you please reopen this one? #701714 is not a bug, and I'd rather not reopen non-bugs, even if they #were hijacked for vaguely related discussions. > Even if no one is working on it, it's nice to have an overview of work > that should be do

Bug#701714: (no subject)

2013-02-27 Thread adrelanos
intrigeri: > intrigeri wrote (27 Feb 2013 17:26:37 GMT) : >> I think that my question still stands: > >> What grub.d/ facility allows to modify config snippets generated by >> another grub.d/ script?? > > Actually, I was thinking about it while walking, and I think it mostly > depends on whet

Bug#701714: (no subject)

2013-02-27 Thread intrigeri
intrigeri wrote (27 Feb 2013 17:26:37 GMT) : > I think that my question still stands: > What grub.d/ facility allows to modify config snippets generated by > another grub.d/ script?? Actually, I was thinking about it while walking, and I think it mostly depends on whether a grub.d/* script ca

Bug#701714: (no subject)

2013-02-27 Thread intrigeri
intrigeri wrote (27 Feb 2013 17:18:47 GMT) : > Maybe have a look at CONFIG_SECURITY_APPARMOR_* Linux config on > both distros? And/or CONFIG_DEFAULT_SECURITY_APPARMOR. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Bug#701714: (no subject)

2013-02-27 Thread intrigeri
adrelanos wrote (27 Feb 2013 17:08:08 GMT) : > Yes the .d directory magic is awesome. Scripts are on purpose loaded in > alphabetical order. > I try to explain it with an example. Wow. I know how apt.conf.d works, thanks, but I believe this is mostly useless because grub.d works differently. Ple

Bug#701714: (no subject)

2013-02-27 Thread intrigeri
adrelanos wrote (27 Feb 2013 16:48:33 GMT) : > Couldn't it be added to /etc/grub.d/? Already replied elsewhere in this thread. > How did the Ubuntu folks solve it? On Ubuntu it's just an apt-get > install apparmor and everything is fine. > In luck, this is just about obtaining one file from the

Bug#701714: (no subject)

2013-02-27 Thread adrelanos
intrigeri: > Hi, > > adrelanos wrote (27 Feb 2013 16:32:36 GMT) : >> Why not just add it to /etc/grub.d/? > > What grub.d/ facility allows to modify config snippets generated by > another grub.d/ script?? Yes the .d directory magic is awesome. Scripts are on purpose loaded in alphabetical order.

Bug#701714: (no subject)

2013-02-27 Thread intrigeri
Hi, adrelanos wrote (27 Feb 2013 16:32:36 GMT) : > Why not just add it to /etc/grub.d/? What grub.d/ facility allows to modify config snippets generated by another grub.d/ script?? Cheers, -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerpri

Bug#701714: (no subject)

2013-02-27 Thread adrelanos
As suggested by intrigeri... /proc/cmdline contained: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=26ada0c0-1165-4098-884d-aafd2220c2c6 ro Adding "apparmor=1 security=apparmor" to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub and running "sudo update-grub" fixed this issue. Could you ple