]> granicus.if.org Git - sudo/commitdiff
s/newrole/sudo/
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 19 Feb 2008 21:04:20 +0000 (21:04 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 19 Feb 2008 21:04:20 +0000 (21:04 +0000)
selinux.c

index c6f491f6aa7e62d8162f4496099c7441205ba17b..e225efffc0cdc6706948d0131c9b32a0174b2518 100644 (file)
--- a/selinux.c
+++ b/selinux.c
@@ -74,7 +74,7 @@ restore_tty_label(int fd, const char *ttyn, security_context_t tty_context,
     if (!new_tty_context)
            goto skip_relabel;
 
-    /* Verify that the tty still has the context set by newrole. */
+    /* Verify that the tty still has the context set by sudo. */
     if ((rc = fgetfilecon(fd, &chk_tty_context)) < 0) {
            warning("unable to fgetfilecon %s", ttyn);
            goto skip_relabel;