Use proper uid when mounting NTFS partition
This commit is contained in:
parent
14e470be81
commit
2773b5efb7
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ service mfs
|
|||
|
||||
service ntfs-3g
|
||||
{
|
||||
uid SELF; # Use uid of user starting service
|
||||
ipc ALL_SYS; # All system ipc targets allowed
|
||||
system BASIC; # Only basic kernel calls allowed
|
||||
vm BASIC; # Only basic VM calls allowed
|
||||
|
|
Loading…
Reference in a new issue