[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-10-20 Thread tlu
Jamie, I'm sorry but I've just done a release upgrade to Quantal. I guess your suggestion won't give us new insights now, will it? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-10-18 Thread Jamie Strandboge
You have a usr.sbin.cupsd~ file. Can you remove this then do 'sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.cupsd' then reboot? I think it might be overriding the other. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu.

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-27 Thread tlu
Sure - see the attachment. ** Attachment added: cups.txt https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1052098/+attachment/3347820/+files/cups.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu.

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-27 Thread Jamie Strandboge
Thanks for the added information. Your /etc/apparmor.d/local/usr.sbin.cupsd has a lot of extra entries in it. By default it will be empty but it is there for people to use for site-local configuration updates. I see that you currently have: # capability block_suspend, Which clearly you

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-27 Thread tlu
Jamie, now I'm confused. As a matter of fact, /etc/apparmor.d/local/usr.sbin.cupsd here is completely empty. And, yes, I commented out # capability block_suspend, in /etc/apparmor.d/usr.sbin.cupsd in order to avoid this bug. I noticed that it was shown in the attachment under ##included

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-27 Thread Jamie Strandboge
That is odd and probably may be a bug in apparmor_parser. However, clearly you have policy from the Ubuntu 12.10 package because 12.04 LTS does not have 'block_suspend'. Can you attach a tarball of /etc/apparmor.d? Eg: $ sudo tar -zcvf /tmp/1052098.tar.gz /etc/apparmor.d/ -- You received this

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-27 Thread tlu
** Attachment added: apparmor_1.d.tar.gz https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1052098/+attachment/3348830/+files/apparmor_1.d.tar.gz -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu.

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-26 Thread tlu
@Jamie: I understand, that explains it. Thanks a lot! I'm using cips 1.5.3-0ubuntu4 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098 Title: AppArmor parser error for

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-26 Thread Jamie Strandboge
tlu, can you please attach the output of: $ apparmor_parser -p /etc/apparmor.d/usr.sbin.cupsd -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098 Title: AppArmor parser error for

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-25 Thread Jamie Strandboge
BLOCK_SUSPEND is a capability in newer kernels. 'deny capability block_suspend,' is found in the 12.10 CUPS profile, which is fine since the 12.10 kernel has it and the apparmor userspace for 12.10 was compiled against the 12.10 kernel headers. However, on 12.04 the apparmor userspace was compiled

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-19 Thread Martin Pitt
I have the same cups profile, and I don't get that error message. Jamie, any idea what this could mean? Thanks! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098 Title: AppArmor

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-19 Thread tlu
It happened again. I finetuned the Thunderbird profile with aa-logprof, and again it wanted to modify the cupsd profile by adding that capability. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu.

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-19 Thread tlu
It also happened when I tweaked my Google Chrome profile with aa- logprof. I chose Finish. Anyway, /var/log/syslog says: [ 5303.439870] type=1400 audit(1348065251.369:4090): apparmor=DENIED operation=capable parent=1 profile=/usr/sbin/cupsd pid=1235 comm=cupsd pid=1235 comm=cupsd capability=36

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-18 Thread tlu
I think I found the culprit: I was modifying an AppArmor profile for Thunderbird. When I executed aa-logprof, I got the following message: Enforce-mode changes:

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-18 Thread Till Kamppeter
pitti, can you have a look into this, probably rather an AppArmor than CUPS problem. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098 Title: AppArmor parser error for

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-18 Thread Jamie Strandboge
What is the output of the following command: $ cat /proc/version_signature -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098 Title: AppArmor parser error for

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-18 Thread tlu
@jdstrand: Ubuntu 3.5.0-14.18~precise1-generic 3.5.3 I've added https://launchpad.net/~ubuntu-x-swat/+archive/q-lts-backport to my repositories. Perhaps related to that one? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in

[Desktop-packages] [Bug 1052098] Re: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd

2012-09-17 Thread Logan Rosen
** Package changed: apparmor (Ubuntu) = cups (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1052098 Title: AppArmor parser error for /etc/apparmor.d/usr.sbin.cupsd Status in