We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d06e52 commit 4d3b74dCopy full SHA for 4d3b74d
systemd-run-tty.txt
@@ -239,6 +239,10 @@ int main(int argc, char *argv[]) {
239
return 0;
240
}
241
242
+Additionally systemd-run supports a "--pipe" operation which will simply connect the privielged
243
+process to the same-user parent tty directly, this option should be removed entirely as it offers
244
+no protection against the attacks outlined above.
245
+
246
PolicyKit / sudoer Configuration Discrepancy
247
============================================
248
It is worth noting that a common misconfiguration can present itself in systemd/policykit Linux
0 commit comments