auto-epp icon indicating copy to clipboard operation
auto-epp copied to clipboard

Not forcing to run as root, instead check write permission on required files

Open lamarios opened this issue 2 years ago • 0 comments

I'm currently submitting this package for nixos ( see PR ) and one comment was raised that it would be better to run the service as DynamicUser and give it the permissions it needs through CapabilityBoundingSet which would make it more secure.

I believe that for this to work, it would need the main script to test write permission on the targeted files instead of checking if the user is root.

lamarios avatar Oct 20 '23 06:10 lamarios