]> Zhao Yanbai Git Server - minix.git/commitdiff
Add entry for ntfs-3g
authorThomas Veerman <thomas@minix3.org>
Mon, 22 Aug 2011 10:10:03 +0000 (10:10 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 22 Aug 2011 11:50:26 +0000 (11:50 +0000)
etc/system.conf

index 655fe27396afc98d9af4f21768eb34f9f7a6cbc9..4adfc145465b89dcf7b860f23816dd5b6984f27b 100644 (file)
@@ -119,6 +119,19 @@ service mfs
        quantum        500;     # default server quantum
 };
 
+service ntfs-3g
+{
+       ipc     ALL_SYS;        # All system ipc targets allowed
+       system  BASIC;          # Only basic kernel calls allowed
+       vm      BASIC;          # Only basic VM calls allowed
+       io      NONE;           # No I/O range allowed
+       irq     NONE;           # No IRQ allowed
+       sigmgr          rs;     # Signal manager is RS
+       scheduler    sched;     # Scheduler is sched
+       priority         5;     # priority queue 5
+       quantum        500;     # default server quantum
+};
+
 service ext2
 {
        ipc     ALL_SYS;        # All system ipc targets allowed