mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-24 03:57:23 +00:00
root check
This commit is contained in:
5
iodine.c
5
iodine.c
@@ -134,6 +134,11 @@ main(int argc, char **argv)
|
||||
struct passwd *pw;
|
||||
|
||||
username = NULL;
|
||||
|
||||
if (geteuid() != 0) {
|
||||
printf("Run as root and you'll be happy.\n");
|
||||
usage();
|
||||
}
|
||||
|
||||
while ((choice = getopt(argc, argv, "u:")) != -1) {
|
||||
switch(choice) {
|
||||
|
Reference in New Issue
Block a user