Are there any security related risks when mounting with root privileges compared to mounting with regular users?
I have a script which does some ecryptfs mounting with non-root privileges (by design), but it doesn't work as expected on all required Linux systems, so I'm wondering if switching to mounting as root is a good idea.
Any help is greatly appreciated.