Use proper uid when mounting NTFS partition
This commit is contained in:
parent
14e470be81
commit
2773b5efb7
@ -118,6 +118,7 @@ service mfs
|
|||||||
|
|
||||||
service ntfs-3g
|
service ntfs-3g
|
||||||
{
|
{
|
||||||
|
uid SELF; # Use uid of user starting service
|
||||||
ipc ALL_SYS; # All system ipc targets allowed
|
ipc ALL_SYS; # All system ipc targets allowed
|
||||||
system BASIC; # Only basic kernel calls allowed
|
system BASIC; # Only basic kernel calls allowed
|
||||||
vm BASIC; # Only basic VM calls allowed
|
vm BASIC; # Only basic VM calls allowed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user