From: wchang kim Date: Wed, 6 Jul 2016 09:17:27 +0000 (+0900) Subject: Description : Change the group of /dev/ion for muse-server X-Git-Tag: submit/tizen/20160706.095052^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=633c401e1ba0634c40aa7b789fa026ea69aeeac4;p=platform%2Fadaptation%2Fsystem-plugin.git Description : Change the group of /dev/ion for muse-server 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 --- diff --git a/rules/51-system-plugin-spreadtrum.rules b/rules/51-system-plugin-spreadtrum.rules index 8c02c31..b8b3a8e 100644 --- a/rules/51-system-plugin-spreadtrum.rules +++ b/rules/51-system-plugin-spreadtrum.rules @@ -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}="*"