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

spec-file - Add post-install script to enable user_allow_other #24

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

SiskaPavel
Copy link
Collaborator

@SiskaPavel SiskaPavel commented Oct 6, 2024

  • Add post-install script to enable user_allow_other in /etc/fuse.conf
  • Added a script to the RPM spec file that checks for the presence of 'user_allow_other' in /etc/fuse.conf.
  • If the line is not found, it appends 'user_allow_other' to the file.
  • This change ensures that users can allow non-root users to access FUSE filesystems.

…c/fuse.conf

- Added a script to the RPM spec file that checks for the presence of
  'user_allow_other' in /etc/fuse.conf.
- If the line is not found, it appends 'user_allow_other' to the file.
- This change ensures that users can allow non-root users to access
  FUSE filesystems.
@SiskaPavel SiskaPavel changed the title spec-file - Add post-install script to enable user_allow_other in /et… spec-file - Add post-install script to enable user_allow_other Oct 6, 2024
@SiskaPavel SiskaPavel merged commit 98e6d06 into main Oct 6, 2024
19 checks passed
@SiskaPavel SiskaPavel deleted the fuse-config branch October 6, 2024 14:18
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