From df33123bd7f1e0cb4e98580b7e63818c82aa7206 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 16 Nov 2024 21:19:45 +0900 Subject: app: integrate fsu This removes the dependency on external user switchers like sudo/machinectl and decouples fortify user ids from the passwd database. Signed-off-by: Ophestra Umiker --- internal/path.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/path.go') diff --git a/internal/path.go b/internal/path.go index 3bc28216..51388536 100644 --- a/internal/path.go +++ b/internal/path.go @@ -4,7 +4,6 @@ import "path" var ( Fsu = compPoison - Fshim = compPoison Finit = compPoison ) -- cgit v1.3.1