Skip to content

[Feature Request] A way to see the entire command being executed #147

@D4yvid

Description

@D4yvid

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.

Image

It could be something like the details HTML tag:

<details>
  <summary>View entire command</summary>
  /bin/bash -c ...
</details>
View entire command
/bin/bash -c sudo ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions