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/state/state.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/state/state.go') diff --git a/internal/state/state.go b/internal/state/state.go index 81df9655..ee5a95f7 100644 --- a/internal/state/state.go +++ b/internal/state/state.go @@ -33,8 +33,6 @@ type State struct { // capability enablements applied to child Capability system.Enablements - // user switch method - Method string // full argv whe launching Argv []string // process start time -- cgit v1.3.1