By default, it trims the entire command being ran with pkexec, so if the command is too large, someone can hide code inside the command and the polkit OSD will not show it.
It could be something like the details HTML tag:
<details>
<summary>View entire command</summary>
/bin/bash -c ...
</details>
View entire command
By default, it trims the entire command being ran with
pkexec, so if the command is too large, someone can hide code inside the command and the polkit OSD will not show it.It could be something like the
detailsHTML tag:View entire command