
21 Jan
2010
21 Jan
'10
5:03 p.m.
2010/1/21 Jamie Strandboge <jamie@canonical.com>:
Was this patch tested? I initially tried to use virFileResolveLink() but could not. This was discussed in "[libvirt] [PATCH 0/4] AppArmor updates" from 11/12/2009:
"Implements all changes requested by DV except for getting rid of readlink(). I can't use virFileResolveLink() because it lstat()s the file and uses st.st_size to create a buffer. Unfortunately, running lstat() on /proc/self/exe results in st.st_size to be 0."
Unless virFileResolveLink() was changed, this patch will break AppArmor.
Jamie
-- Jamie Strandboge | http://www.canonical.com
I think Jim Meyering fixed virFileResolveLink, see: http://libvirt.org/git/?p=libvirt.git;a=commit;h=5baa463541d9081d43e86237e88... Matthias