2013-04-12 22:54:42 +02:00
|
|
|
service testvm {
|
|
|
|
ipc ALL; # All system ipc targets allowed
|
|
|
|
system BASIC; # Only basic kernel calls allowed
|
2013-09-15 18:55:42 +02:00
|
|
|
vm MAPCACHEPAGE SETCACHEPAGE CLEARCACHE;
|
2013-04-12 22:54:42 +02:00
|
|
|
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
|
|
|
|
};
|