chcontext
- place for vserver-specific context flags and features
- tools also allow standard Linux capabilities to be configured
- XID = 0 : "no context" - root context, can touch (but not see) all processes
wilber:~# ps ax | wc -l 190
- XID = 1 : "supervisor" - can see (but not touch) all processes
wilber:~# chcontext --ctx 1 ps ax | wc -l 266
- XID > 1 : general access contexts
wilber:~# chcontext --ctx 49153 ps ax | wc -l 10