From cb9ebf0e1541c0e49380cda6d4c2d619a0e9933f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 4 Nov 2025 08:00:37 +0900 Subject: hst/grp_pwd: specify new uid format This leaves slots available for additional uid ranges in Rosa OS. This breaks all existing installations! Users are required to fix ownership manually. Closes #18. Signed-off-by: Ophestra --- hst/container.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hst/container.go') diff --git a/hst/container.go b/hst/container.go index 75643913..f9cc95ed 100644 --- a/hst/container.go +++ b/hst/container.go @@ -20,11 +20,6 @@ const ( WaitDelayDefault = 5 * time.Second // WaitDelayMax is used if WaitDelay exceeds its value. WaitDelayMax = 30 * time.Second - - // IdentityMin is the minimum value of [Config.Identity]. This is enforced by cmd/hsu. - IdentityMin = 0 - // IdentityMax is the maximum value of [Config.Identity]. This is enforced by cmd/hsu. - IdentityMax = 9999 ) const ( -- cgit v1.3.1