- remove /etc/vservers S_CAPS parsing; this is not really well supported
authorMark Huang <mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 21:57:16 +0000 (21:57 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 21:57:16 +0000 (21:57 +0000)
commit4110d2199cb50017a71d611891e02c709cfe06a6
treef0587bcded466667de2b3d8579605b65e33e4891
parent44b3feae43c219d07ab1aa39a06464ab208e252a
- remove /etc/vservers S_CAPS parsing; this is not really well supported
  right now under the new 0.30.208 framework, and we don't currently use
  it now that we have Proper. Should be relatively straightforward to
  restore if necessary, by using vc_text2cap() instead.
- print better error messages
- use new vc_ctx_create() syscall. Correct the old "legacy" way of
  creating a context and reducing its capabilities for posterity, but
  don't actually compile it. For the record, apparently you have to
  reduce the capabilities in a second call to vc_new_s_context() with
  VC_SAMECTX; see kernel/vserver/context.c under "dirty hack for
  capremove".
src/vsh.c