Description : Change the group of /dev/ion for muse-server 51/78651/1 accepted/tizen/common/20160706.142710 accepted/tizen/ivi/20160706.132827 accepted/tizen/mobile/20160706.132055 accepted/tizen/tv/20160706.132101 accepted/tizen/wearable/20160706.132205 submit/tizen/20160706.095052
authorwchang kim <wchang.kim@samsung.com>
Wed, 6 Jul 2016 09:17:27 +0000 (18:17 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 6 Jul 2016 09:17:27 +0000 (18:17 +0900)
Change the group of /dev/ion to audio for muse-server
Requested by multimedia part and securiy

Change-Id: I0307d85103904d796d755c6f31374f2bd17a2439
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
rules/51-system-plugin-spreadtrum.rules

index 8c02c31..b8b3a8e 100644 (file)
@@ -2,7 +2,7 @@ ACTION!="add", GOTO="devices_end"
 
 # audio
 SUBSYSTEM=="spipe", KERNEL=="stty_td[0-9]*|stty_w[0-9]*|spipe_td[0-9]*|spipe_w[0-9]*", GROUP="audio", SECLABEL{smack}="*", MODE="0660"
-KERNEL=="ion", GROUP="users", SECLABEL{smack}="*", MODE="0660"
+KERNEL=="ion", GROUP="audio", SECLABEL{smack}="*", MODE="0660"
 
 KERNEL=="null|zero|full|random|urandom|uinput", SECLABEL{smack}="*"