From b5aa008f8a5916b4ba16a72d84a02d2514fe4091 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 19 Sep 2019 14:55:59 +0200 Subject: [PATCH] linux-5.3: Force files to bin:bin Use BEE_FORCE_UID and BEE_FORCE_GID to allow unprivileged builds. --- linux-5.3-294.bee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-5.3-294.bee b/linux-5.3-294.bee index 87840d89e..df0ba85ae 100755 --- a/linux-5.3-294.bee +++ b/linux-5.3-294.bee @@ -1,5 +1,8 @@ #!/bin/env beesh +BEE_FORCE_UID=1 +BEE_FORCE_GID=1 + # note: BEE_MAKEFLAGS="-j $(nproc)" ./linux-xxx.bee KERNELVERSION=${PKGVERSION}