Actions
Bug #4212
closed/etc/logindevperm contains two identical lines
Start date:
2013-10-15
Due date:
% Done:
80%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The /etc/logindevperm file contains two identical lines for /dev/mouse and /dev/kbd:
# # console mode devices # /dev/vt/console_user 0600 /dev/mouse:/dev/kbd /dev/vt/console_user 0600 /dev/mouse:/dev/kbd /dev/vt/console_user 0600 /dev/sound/* # audio devices /dev/vt/console_user 0600 /dev/fbs/* # frame buffers
One such line should be removed. The fix should go to usr/src/cmd/login/logindevperm.sh file.
Updated by Bart Coddens almost 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Easy Fix, I will take this one
Updated by Bart Coddens almost 9 years ago
Webrev can be found here:
Updated by Marcel Telka almost 9 years ago
commit e7eebcf69de21d2c4df15f003919cdb19b61c694 Author: Bart Coddens <bart.coddens@gmail.com> AuthorDate: Thu Oct 17 18:43:45 2013 +0200 Commit: Dan McDonald <danmcd@nexenta.com> CommitDate: Wed Oct 23 13:26:40 2013 -0400 4212 /etc/logindevperm contains two identical lines Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@nexenta.com>
Updated by Marcel Telka almost 9 years ago
- Status changed from In Progress to Pending RTI
Updated by Marcel Telka almost 9 years ago
- Status changed from Pending RTI to Resolved
Actions