diff options
author | wchang kim <wchang.kim@samsung.com> | 2016-07-06 18:17:27 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2016-07-06 18:17:27 +0900 |
commit | 633c401e1ba0634c40aa7b789fa026ea69aeeac4 (patch) | |
tree | 6f8ae4915f5d58271c6f0f9fc20b95ea11374812 | |
parent | a5b2b9e0826f78c9aadc5572169e81cb7e683ccd (diff) | |
download | system-plugin-633c401e1ba0634c40aa7b789fa026ea69aeeac4.tar.gz system-plugin-633c401e1ba0634c40aa7b789fa026ea69aeeac4.tar.bz2 system-plugin-633c401e1ba0634c40aa7b789fa026ea69aeeac4.zip |
Description : Change the group of /dev/ion for muse-serversubmit/tizen/20160706.095052accepted/tizen/wearable/20160706.132205accepted/tizen/tv/20160706.132101accepted/tizen/mobile/20160706.132055accepted/tizen/ivi/20160706.132827accepted/tizen/common/20160706.142710
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.rules | 2 |
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}="*" |