Which packet ships the Evince apparmor profiles?

Asked by Einar Sjurso

I accidentally deleted them from /etc/apparmor.d/ and tried to get them back via aptitude reinstall but it seems that neither the evince nor apparmor packages actually ships the profile. 10.10 amd64

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu evince Edit question
Assignee:
No assignee Edit question
Solved by:
mycae
Solved:
Last query:
Last reply:
Revision history for this message
Best mycae (mycae) said :
#1

The apparmor and apparmor packages mostly. evince does ship its own profiel too (usr.bin.evince)

to work this out for yourself, install the "apt-file" package.

sudo aptitude install apt-file

then update the index

sudo apt-file udpate

then do a search

apt-file find /etc/apparmor.d/

Revision history for this message
Einar Sjurso (einar-sjurso-deactivatedaccount) said :
#2

Thanks mycae, that solved my question.

Revision history for this message
Einar Sjurso (einar-sjurso-deactivatedaccount) said :
#3

Didn't know that aptitude reinstall doesn't cause these files to be recreated. evince-common indeed shipped the apparmor profiles, oh and thanks for telling me about apt-file ;)