Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpm deb: add user as system user #596

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Oct 31, 2023

When upgrading from v4, there is a possibility that fluentd user is not created as system user.

Before:
Without --system, /var/lib/fluent will be created

After:
With --system, /var/lib/fluent will NOT be created

NOTE: Not to overlook it, use long option explicitly.

UID itself is kept in range of system user (td-agent), so not accessed via normal user.

Before:
  Without --system, /var/lib/fluent will be created

After:
  With --system, /var/lib/fluent will NOT be created

NOTE: Not to overlook it, use long option explicitly.
Signed-off-by: Kentaro Hayashi <[email protected]>
@kenhys kenhys added this to the 5.0.2 (T.B.D) milestone Oct 31, 2023
Copy link
Contributor

@daipom daipom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@daipom daipom merged commit d226256 into fluent:master Nov 16, 2023
16 of 21 checks passed
@kenhys kenhys deleted the fix-system-account branch November 16, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants