From 2773b5efb73772c2ed49aab2d780ec47a4eba393 Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Wed, 14 Nov 2012 13:42:13 +0000 Subject: [PATCH] Use proper uid when mounting NTFS partition --- etc/system.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0