]> Zhao Yanbai Git Server - minix.git/commitdiff
Use proper uid when mounting NTFS partition
authorThomas Veerman <thomas@minix3.org>
Wed, 14 Nov 2012 13:42:13 +0000 (13:42 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 14 Nov 2012 13:42:13 +0000 (13:42 +0000)
etc/system.conf

index 0bed9ddffa8e9774732515dedc13b3c5ef1216de..297e1713b4aa4dbe92c88e0f3e84e2a841b6aa11 100644 (file)
@@ -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