> Joshua Brindle wrote:
>> James Morris wrote:
>>
>>> On Sat, 21 Jul 2007, Anthony Liguori wrote:
>>>
>>>
Can you already write an selinux policy that changes the label of a
process when it open()s a different file?
>>> No, and you normally want to do this over an exe
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/07/22 18:16:42
Modified files:
target-arm : op.c
Log message:
Thumb shifter carry flag fixes.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op.c?cvsroot=qemu&r1=1.24&r2=1
* Blue Swirl <[EMAIL PROTECTED]> [070720 15:11]:
> > Unaligned accesses should be done with unaligned-l@ ( addr -- quad )
> > instead of [EMAIL PROTECTED]
> >
> > So either the pointer was calculated wrong or Solaris does not care
> > about alignment in l@
> >
> > If you change it, please make the