|
The important part is no_root_squash. This disables 'root squashing', a security feature that changes read/write requests from the root to requests from a guest account. You might be alright if you use a normal non-root account without no_root_squash. But then, you shouldn't be root unless absolutely neccessary.
|