diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-19 11:14:31 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-19 11:14:31 +0900 |
| commit | 5d25bee7869e5ecec20e9bddc9f27d9b4a0b0988 (patch) | |
| tree | c0d7ef24693531592b56e10515a45e104d345a48 /internal/linux/interface.go | |
| parent | b48ece3bb0ac347a456e23851ba5505786891d8b (diff) | |
fortify: remove systemd check
This is no longer necessary as fortify no longer integrates with external user switchers.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/linux/interface.go')
| -rw-r--r-- | internal/linux/interface.go | 2 |
1 files changed, 0 insertions, 2 deletions
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. |
