Make tty1 rw for 'users' group 94/25094/1
authorMikko Ylinen <mikko.ylinen@intel.com>
Tue, 29 Jul 2014 11:00:37 +0000 (14:00 +0300)
committerMikko Ylinen <mikko.ylinen@intel.com>
Tue, 29 Jul 2014 11:00:37 +0000 (14:00 +0300)
Remove all hard coded values to user 'app' and grant 'users'
group members rw access to tty1.

Bug-Tizen: TC-1155

Change-Id: I4e71bb19950762e08746bd67dc3e4bb2e34c984e
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
ivi/99-tty.rules

index e5a149f..f827f7b 100644 (file)
@@ -1 +1 @@
-SUBSYSTEM=="tty", KERNEL=="tty1", GROUP="app", OWNER="app"
+SUBSYSTEM=="tty", KERNEL=="tty1", GROUP="users", MODE="0660"