Expand description
Utilities for signstar-config.
Enumsยง
- Error
- An error that may occur when using signstar-config utils.
- Name
OrUid - A name or uid of a system user on a host
Functionsยง
- fail_
if_ ๐not_ root - Fails if not running as root.
- fail_
if_ ๐root - Fails if running as root.
- get_
command ๐ - Returns the path to a
command
. - get_
current_ ๐system_ user - Returns the [
User
] associated with the current process. - get_
system_ ๐user_ pair - Returns a
SystemUserId
and matching Unix system [User
] associated with it. - match_
current_ ๐system_ user - Checks whether the current system user is the targeted user.