From: Thomas Veerman Date: Wed, 14 Nov 2012 13:42:13 +0000 (+0000) Subject: Use proper uid when mounting NTFS partition X-Git-Tag: v3.2.1~228 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=2773b5efb73772c2ed49aab2d780ec47a4eba393;p=minix.git Use proper uid when mounting NTFS partition --- diff --git a/etc/system.conf b/etc/system.conf index 0bed9ddff..297e1713b 100644 --- a/etc/system.conf +++ b/etc/system.conf @@ -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