
9 Mar
2021
9 Mar
'21
18:58
On Tue, Mar 9, 2021 at 3:03 PM Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
Shouldn't (personality (0xffffffff) & PER_LINUX_32BIT) return true when called from a process that is using a different execution domain.. Can kernel péople comment on what is the right thing to test for ?
It appears to be PER_LINUX32 .. so.. if uname machine is x86_64 && (personality (0xffffffff) & PER_LINUX32) then zypp should install 32 bit resolvables..