function changeOwner(address _owner) public { if (tx.origin != msg.sender) { owner = _owner; }
msg.sender
tx.origin
Ethernaut