X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsh.c;h=7cda5fa0733cd1bc5b774153138ea6e21c3c0109;hb=bc916290e9e64b040b6c063b733c5fc63efca7c6;hp=03e756625cc2832bf43019a4a5f72b2ad5f481c3;hpb=9c6440a4f7565e7e8ce0a7fcd1a964b26e9b17f4;p=lxc-userspace.git diff --git a/vsh.c b/vsh.c index 03e7566..7cda5fa 100644 --- a/vsh.c +++ b/vsh.c @@ -1,4 +1,4 @@ -/* Version 3 of vsh. Basically a wrapper around 'lxcsu -n -m ' - Sapan */ +/* Version 3 of vsh. Basically a wrapper around 'lxcsu-internal -n -m ' - Sapan */ #include #include @@ -14,7 +14,7 @@ #define PATH_MAX 4096 #endif -#define LXCSU_PATH "/usr/sbin/lxcsu" +#define LXCSU_PATH "/usr/sbin/lxcsu-internal" char* get_current_username (unsigned int uid) {