Comment 1 for bug 1422744

Revision history for this message
Jamie Strandboge (jdstrand) wrote : Re: Policy doesn't update while updating Snappy app

Thank you for using Ubuntu and filing a bug. I'm guessing you didn't rev the version and instead installed the same version. There is a limitation in 'click' (the underlying packaging tool that is being replaced) that makes it not run its hooks when installing a package with the same version. If you are using the normal confinement ("apparmor" is used in the underlying click manifest), then you can workaround this by performing the following after installing a package with the same version:
$ sudo aa-clickhook -f

If you are supplying your own profile ("apparmor-profile" is used in the underlying click manifest), then you can workaround this by performing the following after installing a package with the same version:
$ sudo aa-profile-hook -f

Also, Is there any reason for this bug to be private?