X-Git-Url: http://git.onelab.eu/?p=lxc-userspace.git;a=blobdiff_plain;f=vsh.c;h=7cda5fa0733cd1bc5b774153138ea6e21c3c0109;hp=03e756625cc2832bf43019a4a5f72b2ad5f481c3;hb=5a3481ee8610f14bd8cf0fd241d068b6c65ee45b;hpb=9c732a08ed8f3907ecabea1c003c5a0e332bd119 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) {