mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 23:54:51 -04:00
Redirect calls for pkexec to lxqt-sudo because pkexec is incompatible with hidepid.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860040 https://forums.whonix.org/t/cannot-use-pkexec/8129 Thanks to AnonymousUser for the bug report!
This commit is contained in:
parent
31b771ac2e
commit
40707e70db
5 changed files with 106 additions and 0 deletions
8
usr/lib/security-misc/echo-path
Executable file
8
usr/lib/security-misc/echo-path
Executable file
|
@ -0,0 +1,8 @@
|
|||
#/bin/bash
|
||||
|
||||
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
set -e
|
||||
|
||||
echo "$PATH"
|
Loading…
Add table
Add a link
Reference in a new issue