From 5d25bee7869e5ecec20e9bddc9f27d9b4a0b0988 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Thu, 19 Dec 2024 11:14:31 +0900 Subject: fortify: remove systemd check This is no longer necessary as fortify no longer integrates with external user switchers. Signed-off-by: Ophestra Umiker --- internal/linux/interface.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/linux/interface.go') diff --git a/internal/linux/interface.go b/internal/linux/interface.go index a920492f..ff542846 100644 --- a/internal/linux/interface.go +++ b/internal/linux/interface.go @@ -39,8 +39,6 @@ type System interface { Paths() Paths // Uid invokes fsu and returns target uid. Uid(aid int) (int, error) - // SdBooted implements https://www.freedesktop.org/software/systemd/man/sd_booted.html - SdBooted() bool } // Paths contains environment dependent paths used by fortify. -- cgit v1.3.1