Skip to content

Add support for setting to enable/disable UTMP files creation#1037

Open
dermotbradley wants to merge 1 commit into
OpenRC:masterfrom
dermotbradley:add-utmp-option
Open

Add support for setting to enable/disable UTMP files creation#1037
dermotbradley wants to merge 1 commit into
OpenRC:masterfrom
dermotbradley:add-utmp-option

Conversation

@dermotbradley

Copy link
Copy Markdown
Contributor

musl libc does not natively support UTMP and so some musl-basd distros may not make use of/update UTMP files (i.e. Alpine in the scenario where the utmps package in not installed or configured).

Other Linux distros, especially those using systemd, may be making use of wtmpdb (via systemd-logind) as an alternative.

Therefore it makes sense to provide a configuration setting to prevent OpenRC from creating utmp-related files.

creation during boot.

musl libc does not natively support UTMP and so some musl-basd distros
may not make use of/update UTMP files (i.e. Alpine in the scenario where
the utmps package in not installed or configured).

Other Linux distros, especially those using systemd, may be making use
of wtmpdb (via systemd-login) as an alternative.

Therefore it makes sense to provide a configuration setting to prevent
OpenRC from creating utmp-related files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant