summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2016-07-06 18:17:27 +0900
committerwchang kim <wchang.kim@samsung.com>2016-07-06 18:17:27 +0900
commit633c401e1ba0634c40aa7b789fa026ea69aeeac4 (patch)
tree6f8ae4915f5d58271c6f0f9fc20b95ea11374812
parenta5b2b9e0826f78c9aadc5572169e81cb7e683ccd (diff)
downloadsystem-plugin-633c401e1ba0634c40aa7b789fa026ea69aeeac4.tar.gz
system-plugin-633c401e1ba0634c40aa7b789fa026ea69aeeac4.tar.bz2
system-plugin-633c401e1ba0634c40aa7b789fa026ea69aeeac4.zip
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>
-rw-r--r--rules/51-system-plugin-spreadtrum.rules2
1 files changed, 1 insertions, 1 deletions
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}="*"