Starting point - Included

Hello,

I’m stuck on the privilege escalation section of Included in Starting Point - see image below if it works!

When I enter ‘lxc init alpine privesc -c security.privileged=true’ to change the flag I get the message “Error: Requested architecture isn’t supported by this host”. Does anybody have any ideas? The only thing I can think is that the Alpine image I downloaded seems to be aarch64 architecture rather than x86 as it is in the WalkThrough.

Thanks for any help solving, or working around, this!

I had the same error, I think that’s because you are building the tar.xz package on a machine which hosts a different architecture in my case ARM64, the host machine is x86 so you’ll need to build it for that architecture but I’m not 100% sure