You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Landlock does not restrict connecting to AF_UNIX sockets, which allows a sandbox escape. The simplest escape is systemd-run on a systemd system, which allows executing arbitrary commands.
Landlock does not restrict connecting to AF_UNIX sockets, which allows a sandbox escape. The simplest escape is
systemd-runon a systemd system, which allows executing arbitrary commands.See landlock-lsm/linux#36 for why this isn't implemented yet.