From 2ca76ac09c6f4c350c8899d30de94d799739cdb5 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Wed, 4 Feb 2026 21:53:40 +0100 Subject: [PATCH] Change default userId because of Debian 13 changes --- .castor/context.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.castor/context.php b/.castor/context.php index eb4ab73..1edba55 100644 --- a/.castor/context.php +++ b/.castor/context.php @@ -41,12 +41,12 @@ function create_default_context(): Context // 2³² - 1 if (false === $data['user_id'] || $data['user_id'] > 4294967295) { - $data['user_id'] = 1000; + $data['user_id'] = 999; } if (0 === $data['user_id']) { log('Running as root? Fallback to fake user id.', 'warning'); - $data['user_id'] = 1000; + $data['user_id'] = 999; } return new Context(