diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-18 17:36:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-18 17:39:53 +0900 |
| commit | 2c9c7fee5b42d8f32be9ff55ad92345ae62c0af7 (patch) | |
| tree | 90209f024a847576033e5fdda340fa6d3b662d74 /internal/linux/interface.go | |
| parent | d0400f3c81ce6d1976d9e4e527b1d342f4bc270d (diff) | |
linux: wrap fsu lookup error
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/linux/interface.go')
| -rw-r--r-- | internal/linux/interface.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/linux/interface.go b/internal/linux/interface.go index cf25ecb1..762414c8 100644 --- a/internal/linux/interface.go +++ b/internal/linux/interface.go @@ -37,6 +37,7 @@ type System interface { // Paths returns a populated [Paths] struct. Paths() Paths // Uid invokes fsu and returns target uid. + // Any errors returned by Uid is already wrapped [fmsg.BaseError]. Uid(aid int) (int, error) } |
