fix
This commit is contained in:
parent
3678ac11a5
commit
5e50281459
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
if(effectiveuid)
|
||||
{
|
||||
cerr << "ERROR >> To use the \"secure\" option the program must be owned by root and must have enabled the sticky bit. (EUID = " << effectiveuid << ")" << endl;
|
||||
cerr << "ERROR >> To use the \"secure\" option the program must be owned by root and must have enabled the setuid bit. (EUID = " << effectiveuid << ")" << endl;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue