marcan changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | General development | Keep things on topic | https://github.com/AsahiLinux | Logs: https://freenode.irclog.whitequark.org/asahi-dev
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ransom has joined #asahi-dev
qyousef has joined #asahi-dev
rbenua has joined #asahi-dev
KarboniteKream has joined #asahi-dev
aratuk has joined #asahi-dev
thecake21[m] has joined #asahi-dev
blazra[m] is now known as blazra
blazra has quit [Quit: authenticating]
blazra has joined #asahi-dev
awordnot0 has joined #asahi-dev
awordnot has quit [Read error: Connection reset by peer]
awordnot0 is now known as awordnot
wiloon has joined #asahi-dev
wiloon_ has quit []
KarboniteKream has quit [Ping timeout: 256 seconds]
browzing has quit [Ping timeout: 256 seconds]
browzing has joined #asahi-dev
browzing has quit [Ping timeout: 246 seconds]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
browzing has joined #asahi-dev
KarboniteKream has joined #asahi-dev
browzing has quit [Ping timeout: 272 seconds]
browzing has joined #asahi-dev
browzing has quit [Ping timeout: 256 seconds]
awordnot has quit [Quit: The Lounge - https://thelounge.chat]
awordnot has joined #asahi-dev
KarboniteKream has quit [Ping timeout: 260 seconds]
KarboniteKream has joined #asahi-dev
aratuk has quit [Remote host closed the connection]
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
bear24rw has quit [Ping timeout: 246 seconds]
aratuk has joined #asahi-dev
aratuk has quit [Client Quit]
bear24rw has joined #asahi-dev
aratuk has joined #asahi-dev
_whitelogger has joined #asahi-dev
browzing has joined #asahi-dev
browzing has quit [Ping timeout: 240 seconds]
ts170[m] has joined #asahi-dev
zopieux has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
Mary_ has joined #asahi-dev
bear24rw has joined #asahi-dev
bear24rw has quit [Ping timeout: 264 seconds]
jinen[m] has joined #asahi-dev
<marcan> https://youtu.be/hBxm2K6z98U stream is up!
Brnocrist has joined #asahi-dev
keystone[m] has left #asahi-dev ["User left"]
konstater has joined #asahi-dev
flying_sausages has joined #asahi-dev
Jamie[m]2 has joined #asahi-dev
<j`ey> marcan: I dont get how this feeder thing connects to the mac?
plainbits has joined #asahi-dev
<delroth[m]> marcan: some of the .py compare that URL with "" and some with b""
<delroth[m]> I wouldn't be surprised if you had some Py3 brokenness
<delroth[m]> just nix-shell -p python2Packages.pyserial :>
sharpiro has quit [Ping timeout: 264 seconds]
dagb has joined #asahi-dev
alexanderwillner has joined #asahi-dev
mah has joined #asahi-dev
<jn__> does the keycode 00 act as a key release event?
<jn__> / keypress 00
mah has quit [Ping timeout: 264 seconds]
<j`ey> marcan: i forgot what you were curl-ing with this script
<jn__> probably whatever commands will be useful to run in recovery mode
<j`ey> jn__: I wondered about the particulars :P
aratuk has joined #asahi-dev
<jn__> fair enough
aratuk has quit [Remote host closed the connection]
riker77 has quit [Quit: Quitting IRC - gone for good...]
<artemist> marcan: you could put `UsePrivilegeSeparation no` in the sshd config file
<artemist> ugggggggh
mah has joined #asahi-dev
ceph3us has joined #asahi-dev
<j`ey> dscl . -list /Users on my intel mac shows _sshd
KindOne has joined #asahi-dev
ceph3us has quit [Remote host closed the connection]
ceph3us has joined #asahi-dev
<ceph3us> yeah it turns out i'm a fool and i was actually ssh-d into a linux machine at the time >_>
<ceph3us> should have double checked that
mah is now known as mch
mch is now known as mah
mah has quit [Quit: Leaving]
Pluggi has joined #asahi-dev
plainbits has quit [Quit: Go to sleep. Night!]
Axenntio has joined #asahi-dev
Axenntio has quit [Client Quit]
Axenntio has joined #asahi-dev
Axenntio_ has joined #asahi-dev
Axenntio_ has quit [Remote host closed the connection]
Axenntio has quit [Ping timeout: 264 seconds]
brentr123[m] has joined #asahi-dev
<CDFH> Might sound like a stupid question, but how about a reverse SSH tunnel from the mac, it has an ssh binary right?
riker77 has joined #asahi-dev
<brentr123[m]> I think recovery mode just locks down everything
<davidrysk[m]> artemist: UsePrivilegeSeparation was removed
<davidrysk[m]> brentr123: it doesn't lock down much, it's more that system features are just missing
<davidrysk[m]> I successfully compiled a binary on my M1 Mac and ran it on the Intel Mac in recovery :)
<davidrysk[m]> and as I expected, getpwnam() does not work, just, why doesn't it work
<davidrysk[m]> okay so getpwnam() works, but the alias between the `sshd` and `_sshd` user is not effective
<davidrysk[m]> or macOS is doing something funny
<davidrysk[m]> we'll see :)
<davidrysk[m]> yeah, the alias is indeed not effective in recovery, while it is effective in system
<davidrysk[m]> my guess is that dscl user lookups don't work in recovery because that authentication module is unimplemented
<davidrysk[m]> oh yeah, any changes to Recovery get blown away on reboot
<davidrysk[m]> anyway, I think the pam config is not correct and is not using opendirectory for user/pass
bear24rw has joined #asahi-dev
bear24rw has quit [Ping timeout: 256 seconds]
bear24rw has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
Axenntio has joined #asahi-dev
carlosn has joined #asahi-dev
<CDFH> I have managed to get a shell on an M1 mac in recovery mode with a very small amount of netcat and bash reverse shell fuckery
bear24rw has quit [Ping timeout: 264 seconds]
<CDFH> Host Machine: nc -l -p 12345 -vvv
<CDFH> Commands:
<CDFH> Mac in Recovery: bash -i >& /dev/tcp/ip_of_host/12345 0>&1
<davidrysk[m]> yeah, I figured that would work :)
<CDFH> Not ideal, but functional :)
bear24rw has joined #asahi-dev
ghantaz has joined #asahi-dev
<marcan> recovery mode has netcat
ghantaz has quit [Ping timeout: 245 seconds]
<marcan> but the annoying thing about that is no tty :-)
<marcan> that's why I was hoping for script or something
<marcan> it would be nice to just enable ssh, but I won't waste more than another hour on that tomorrow
<Shiz> sleeping schedule strikes again
<winocm> oyasumi
modwizcode has joined #asahi-dev
<marcan> yeah, I was just wrapping up IRC before going to sleep :p
tiago_ has joined #asahi-dev
<davidrysk[m]> marcan: the easiest way is to probably handpatch a copy of sshd to nop out the getpwnam() check
<marcan> see #asahi
ceph3us has left #asahi-dev [#asahi-dev]
ceph3us has joined #asahi-dev
browzing has joined #asahi-dev
Axenntio_ has joined #asahi-dev
Axenntio has quit [Remote host closed the connection]
Axenntio_ has quit [Remote host closed the connection]
Axenntio has joined #asahi-dev
Axenntio has quit [Remote host closed the connection]
Calchan has joined #asahi-dev
stormclad has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
tiago_ is now known as tmartins
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
tmartins is now known as tiagom
tiagom has quit [Quit: tiagom]
tiagom has joined #asahi-dev
tbodt has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
rafaelmartins has joined #asahi-dev
Axenntio has joined #asahi-dev
Axenntio_ has joined #asahi-dev
Axenntio_ has quit [Remote host closed the connection]
King_InuYasha has joined #asahi-dev
Axenntio has quit [Remote host closed the connection]
King_InuYasha is now known as Conan_Kudo
Conan_Kudo is now known as King_InuYasha
Eighth_Doctor has joined #asahi-dev
Axenntio has joined #asahi-dev
Axenntio_ has joined #asahi-dev
Axenntio_ has quit [Remote host closed the connection]
Axenntio_ has joined #asahi-dev
Axenntio_ has quit [Remote host closed the connection]
Axenntio has quit []
Axenntio_ has joined #asahi-dev
Axenntio_ has quit [Remote host closed the connection]
ConeOfAttack[m] has joined #asahi-dev
fl35[m] has joined #asahi-dev
plainbits has joined #asahi-dev
Axenntio has joined #asahi-dev
Axenntio has quit [Remote host closed the connection]
Axenntio has joined #asahi-dev
ransom has joined #asahi-dev
plainbits has quit [Ping timeout: 272 seconds]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Axenntio has quit [Ping timeout: 240 seconds]
sharpiro has joined #asahi-dev
Axenntio has joined #asahi-dev
browzing has quit [Ping timeout: 246 seconds]
sharpiro_ has joined #asahi-dev
Axenntio has quit [Remote host closed the connection]
sharpiro has quit [Ping timeout: 256 seconds]
tiagom has quit [Quit: tiagom]
plainbits has joined #asahi-dev
browzing has joined #asahi-dev
tiagom has joined #asahi-dev
skg has joined #asahi-dev
_plainbits_ has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
bear24rw has quit [Remote host closed the connection]
bear24rw has joined #asahi-dev
xerpi[m] has joined #asahi-dev
ransom has joined #asahi-dev
plainbits has quit [Ping timeout: 272 seconds]
ransom_ has joined #asahi-dev
ransom has quit [Ping timeout: 272 seconds]
aratuk has joined #asahi-dev
aratuk_ has joined #asahi-dev
aratuk has quit [Ping timeout: 256 seconds]
jevinskie[m] has joined #asahi-dev
ransom_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ransom has joined #asahi-dev
_plainbits_ has quit [Ping timeout: 272 seconds]
plainbits has joined #asahi-dev
krbtgt has joined #asahi-dev
plainbits has quit [Quit: Go to sleep. Night!]
stormclad has quit [Remote host closed the connection]
stormclad has joined #asahi-dev
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ransom has joined #asahi-dev
modwizcode has quit [Quit: Later]
Lightsword has joined #asahi-dev