]> git.mdlowis.com Git - proto/labwc.git/commit
server.c: block privileged protocols for sandboxed clients
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 2 Dec 2024 02:44:57 +0000 (03:44 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 3 Dec 2024 19:32:22 +0000 (19:32 +0000)
commitf1e43762e042b5bbbdf05411303ea1a397fef722
tree0c21f44230ef496238e886a9d3b21e38a956415c
parent9a9eaee5a1c3237a0a2d852b3d9075e2e01314c2
server.c: block privileged protocols for sandboxed clients

In the longer term we want this to be user-configurable (and also depend
on the sandbox engine, app_id and instance).

But dropping privileged protocols for sandboxed clients in the meantime
seems like a sensible thing to do and matches user expectations.

Related: #2392
src/server.c