2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

No longer call it tracing, it is now "monitoring" which should be more

a obvious name to non-hackers.
This commit is contained in:
Todd C. Miller
2004-10-04 16:07:19 +00:00
parent 5eb4895b55
commit 3c8145a923
16 changed files with 841 additions and 798 deletions

2
sudo.c
View File

@@ -400,7 +400,7 @@ main(argc, argv, envp)
}
#ifdef HAVE_SYSTRACE
if (ISSET(validated, FLAG_TRACE))
if (ISSET(validated, FLAG_MONITOR))
systrace_attach(getpid());
#endif