[apparmor] apparmor (2.10.95-4ubuntu5.3) yakkety-security freedesktop.org missing

Tyler Hicks tyhicks at canonical.com
Wed May 10 16:53:35 UTC 2017


On 05/10/2017 05:28 AM, Klaus Frick wrote:
> Hello,
> 
> i am using ubuntu16.04 (uname -r 4.8.0-51-generic). I have problems with
> a DVB-T2 usb-driver on ubuntu16.10. So I went back to 16.04 and checked
> syslog. I don`t think this is my problem, but it shuld be fixed.
> 
> the file is in list, but not in the package.
> 
> /etc/apparmor.d/abstractions/freedesktop.org
> 
> it is referenced in telepathy
> 
> May 10 11:04:21 kftdv-P5Q-VM kernel: [13066.034712] audit: type=1400
> audit(1494407061.513:79): apparmor="STATUS" operation="profile_replace"
> profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session"
> pid=8942 comm="apparmor_parser"

This and the last line beow are harmless messages that are simply saying
that the specified profile was loaded.

> May 10 11:04:21 kftdv-P5Q-VM apparmor[8890]: AppArmor-Analysefehler f?r
> /etc/apparmor.d/usr.lib.telepathy in /etc/apparmor.d/abstractions/gnome
> in Zeile 15: >>abstractions/freedesktop.org<< konnte nicht ge?ffnet werden

FYI for others, translate.google.com gives the following English
translation:

AppArmor analysis error for /etc/apparmor.d/usr.lib.telepathy in
/etc/apparmor.d/abstractions/gnome in line 15: >> abstractions /
freedesktop.org << could not be opened

This is an error. However, it doesn't look to be the fault of the
apparmor package in yakkety. The freedesktop.org abstraction was somehow
deleted from your system but it was originally provided by the apparmor
package:

$ dpkg -l apparmor | cat
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version            Architecture Description
+++-==============-==================-============-======================================
ii  apparmor       2.10.95-4ubuntu5.3 amd64        user-space parser
utility for AppArmor
$ dpkg --listfiles apparmor | grep freedesktop
/etc/apparmor.d/abstractions/freedesktop.org

To fix this problem on your system, you can run the following command:

$ sudo apt-get -o Dpkg::Options::="--force-confask" install \
  --reinstall apparmor

You'll be prompted about how you want to handle any discrepancies
between the abstractions shipped in the apparmor package and any local
changes that you made to the abstractions files present on your system.
This includes deleted abstractions. You'll want to select the "install
the package maintainer's version" option for the freedesktop.org
abstraction.

Tyler

> May 10 11:04:21 kftdv-P5Q-VM kernel: [13066.051541] audit: type=1400
> audit(1494407061.533:80): apparmor="STATUS" operation="profile_replace"
> profile="unconfined"
> name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=8942
> comm="apparmor_parser"

> 
> regards Klaus Frick
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20170510/9c5235b3/attachment.pgp>


More information about the AppArmor mailing list