Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78274
Collapse All | Expand All

(-)agetty.c (-2 / +2 lines)
Lines 712-719 Link Here
712
     * Let us use 0600 for Linux for the period between getty and login
712
     * Let us use 0600 for Linux for the period between getty and login
713
     */
713
     */
714
714
715
    (void) chown(tty, 0, 0);			/* root, sys */
715
/*    (void) chown(tty, 0, 0);*/			/* root, sys */
716
    (void) chmod(tty, 0600);			/* 0622: crw--w--w- */
716
/*    (void) chmod(tty, 0600);*/			/* 0622: crw--w--w- */
717
    errno = 0;					/* ignore above errors */
717
    errno = 0;					/* ignore above errors */
718
}
718
}
719
719

Return to bug 78274