Comment # 22 on bug 1195463 from
(In reply to Noel Power from comment #21)
> (In reply to Christian Boltz from comment #20)
> > Hmm, in this case only deleting the cache file helped :-/
> > I know it's hard to find out in hindsight, but do you remember if the cache
> > file you deleted had a newer timestamp than the profile in the
> > apparmor-profiles rpm installed during zypper up?
> > 
> no but I should be able to reproduce this and tell you

#before install

localhost:~ # ls -lrtR /etc/apparmor.d/cache.d/d29c4283.0/samba-bgqd
-rw------- 1 root root 37305 Mar 23 16:43
/etc/apparmor.d/cache.d/d29c4283.0/samba-bgqd
localhost:~ # ls -lrt /usr/share/apparmor/cache/d29c4283.0/samba-bgqd
-rw-r--r-- 1 root root 37305 Feb 16 21:25
/usr/share/apparmor/cache/d29c4283.0/samba-bgqd


#after install

localhost:~ #  ls -lrtR /etc/apparmor.d/cache.d/d29c4283.0/samba-bgqd
-rw------- 1 root root 37305 Mar 30 09:45
/etc/apparmor.d/cache.d/d29c4283.0/samba-bgqd
localhost:~ #  ls -lrt /usr/share/apparmor/cache/d29c4283.0/samba-bgqd
-rw-r--r-- 1 root root 38145 Mar 29 12:30
/usr/share/apparmor/cache/d29c4283.0/samba-bgqd

#after cache delete

localhost:~ # ls -lrt /etc/apparmor.d/cache.d/d29c4283.0/samba-bgqd
-rw------- 1 root root 38145 Mar 30 09:45
/etc/apparmor.d/cache.d/d29c4283.0/samba-bgqd
localhost:~ #  ls -lrt /usr/share/apparmor/cache/d29c4283.0/samba-bgqd
-rw-r--r-- 1 root root 38145 Mar 29 12:30
/usr/share/apparmor/cache/d29c4283.0/samba-bgqd


You are receiving this mail because: