diff options
author | Taeyoung Kim <ty317.kim@samsung.com> | 2015-12-20 17:43:57 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2015-12-20 17:43:57 -0800 |
commit | 2ec054409fa4276c566c1386ac1d981f274e6042 (patch) | |
tree | fd2a479b9c8f4b7bf685310a8de7df2a5bad2a83 | |
parent | a210051cbb4c2fce5ed36d5542b1c75c2dcc23ff (diff) | |
parent | 6226da73dde859696e07c3b185524695da5fd606 (diff) | |
download | system-plugin-accepted/tizen/mobile/20151221.050744.tar.gz system-plugin-accepted/tizen/mobile/20151221.050744.tar.bz2 system-plugin-accepted/tizen/mobile/20151221.050744.zip |
Merge "udev: add rule for ion device" into tizensubmit/tizen/20151221.014848accepted/tizen/wearable/20151221.050843accepted/tizen/tv/20151221.050821accepted/tizen/mobile/20151221.050744
-rw-r--r-- | rules/51-system-plugin-spreadtrum.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/51-system-plugin-spreadtrum.rules b/rules/51-system-plugin-spreadtrum.rules index 650ce00..9c3362d 100644 --- a/rules/51-system-plugin-spreadtrum.rules +++ b/rules/51-system-plugin-spreadtrum.rules @@ -1,5 +1,8 @@ ACTION!="add", GOTO="devices_end" +# audio +KERNEL=="ion", GROUP="users", SECLABEL{smack}="*", MODE="0660" + KERNEL=="null|zero|full|random|urandom|uinput", SECLABEL{smack}="*" KERNEL=="umts_csd", GROUP="video", SECLABEL{smack}="*" |