Changeset 19
- Timestamp:
- Nov 21, 2024, 12:19:35 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/tty/readtty_command.c
r18 r19 69 69 if (argc != 2) 70 70 usage(); 71 if (*argv[1] == 'P' ) {71 if (*argv[1] == 'P' || *argv[1] == 'E') { 72 72 /* check if user is in group wheel or sudo */ 73 73 gid_t mygroups[64];
Note: See TracChangeset
for help on using the changeset viewer.