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