mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Add read-only option
Add command line option to disable all system and process changing features.
This commit is contained in:

committed by
cgzones

parent
812cfcb94d
commit
36880cd61c
@ -85,7 +85,7 @@ static inline void Platform_getRelease(char** string) {
|
||||
|
||||
#ifdef HAVE_LIBCAP
|
||||
#define PLATFORM_LONG_OPTIONS \
|
||||
{"drop-capabilities", optional_argument, 0, 128},
|
||||
{"drop-capabilities", optional_argument, 0, 160},
|
||||
#else
|
||||
#define PLATFORM_LONG_OPTIONS
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user