4 Commits

Author SHA1 Message Date
46d06f9171 Add a -E option, exposing all environment variables (LP: #2039093). 2023-11-12 19:10:24 -06:00
Simon Quigley
a03d1eddb4 Remove reverse-applicable patches. 2019-01-26 00:51:48 -06:00
apt-ghetto
068d5bf369 Strip environment in lxqt-sudo to leave only required environment variables to get into the elevated child process.
Summary: Strip environment variables in lxqt-sudo

Test Plan:
1. Test first with lxqt-sudo from repo: lxqt-sudo env 2> env.txt
2. Install this version
3. Run lxqt-sudo env 2> env2.txt
4. Compare env.txt with env2.txt: diff -y env.txt env2.txt
5. Both files should differ in most environment variables, such as HOME

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2

Differential Revision: https://phab.lubuntu.me/D44
2018-11-16 16:36:30 -06:00
Simon Quigley
1969674069 Fix the layout and line break so text isn't cut off. 2018-08-20 23:47:36 -05:00