From 36880cd61c52f13c6fd284aa23d42d9493d3ab2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 21 Jan 2021 20:27:37 +0100 Subject: Add read-only option Add command line option to disable all system and process changing features. --- linux/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/Platform.h') diff --git a/linux/Platform.h b/linux/Platform.h index 78a44275..2506fae5 100644 --- a/linux/Platform.h +++ b/linux/Platform.h @@ -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 -- cgit v1.2.3