Add entry for ntfs-3g
This commit is contained in:
parent
ae2159c371
commit
63a49a4b90
@ -119,6 +119,19 @@ service mfs
|
|||||||
quantum 500; # default server quantum
|
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
|
service ext2
|
||||||
{
|
{
|
||||||
ipc ALL_SYS; # All system ipc targets allowed
|
ipc ALL_SYS; # All system ipc targets allowed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user