summaryrefslogtreecommitdiffstats
path: root/EnvScreen.c
Commit message (Collapse)AuthorAgeFilesLines
* Security review: make privilege dropping-restoring optional.Hisham Muhammad2017-07-261-4/+3
| | | | | | | This is/was necessary only on macOS, because you needed root in order to read the process list. This was never necessary on Linux, and it also raises security concerns, so now it needs to be enabled explicitly at build time.
* Silence warnings about seteuid return value.Hisham2016-05-251-2/+2
| | | | Closes #483.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-110/+20
|
* drop privileges before reading environmentMichael Klein2016-01-061-12/+9
|
* Add Platform_getProcessEnvMichael Klein2015-12-031-47/+11
| | | | - currently implemented for darwin and linux
* 'e' displays environment of current processMichael Klein2015-12-021-0/+196
- uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet

© 2014-2024 Faster IT GmbH | imprint | privacy policy