summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/landlock.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/landlock.7 b/man7/landlock.7
index 7067c058c..b6c9d3821 100644
--- a/man7/landlock.7
+++ b/man7/landlock.7
@@ -451,7 +451,7 @@ if (abi == \-1) {
* or Landlock was not enabled at boot time.
*/
perror("Unable to use Landlock");
- exit(EXIT_FAILURE);
+ return; /* Graceful fallback: Do nothing. */
}
abi = MIN(abi, 3);