←back to thread

349 points dgl | 1 comments | | HN request time: 0.206s | source
Show context
Lockal ◴[] No.44503273[source]
"trivial modification of an existing exploit"...

Why git does not use Landlock? I know it is Linux-only, but why? "git clone" should only have r/o access to config directory and r/w to clone directory. And no subprocesses. In every exploit demo: "Yep, <s>it goes to a square hole</s> it launches a calculator".

replies(3): >>44503412 #>>44504345 #>>44506823 #
1. SSLy ◴[] No.44504345[source]
> And no subprocesses.

have you never used git over ssh?