From: Thomas Veerman Date: Mon, 22 Aug 2011 10:10:03 +0000 (+0000) Subject: Add entry for ntfs-3g X-Git-Tag: v3.2.0~342 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch02.html?a=commitdiff_plain;h=63a49a4b9048ab3090f33d22364c75923ee5d112;p=minix.git Add entry for ntfs-3g --- diff --git a/etc/system.conf b/etc/system.conf index 655fe2739..4adfc1454 100644 --- a/etc/system.conf +++ b/etc/system.conf @@ -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