Comment 3 for bug 931717

Revision history for this message
Andre Tomt (andre-tomt) wrote :

Apparmor reports this:

[235069.803869] type=1400 audit(1329758407.826:37): apparmor="DENIED" operation="chmod" info="Failed name lookup - deleted entry" error=-2 parent=26483 profile="/usr/bin/lxc-start//lxc_container" name="/usr/lib/locale/locale-archive.cYcWvi" pid=26503 comm="localedef" requested_mask="w" denied_mask="w" fsuid=0 ouid=0

Reading the strace, it does try to fchmod a fd for a file it has unlinked.
I wonder how that is supposed to work.. Bug in libc-bin?