diff options
author | Taeyoung Kim <ty317.kim@samsung.com> | 2015-12-18 21:18:45 +0900 |
---|---|---|
committer | Taeyoung Kim <ty317.kim@samsung.com> | 2015-12-20 17:30:25 -0800 |
commit | 6226da73dde859696e07c3b185524695da5fd606 (patch) | |
tree | 5c1ec5e6a769fa03961be023c0cd47c1b256e354 | |
parent | 25b2cd367cdce422f2bd89f9dd06bb61d87209ce (diff) | |
download | system-plugin-6226da73dde859696e07c3b185524695da5fd606.tar.gz system-plugin-6226da73dde859696e07c3b185524695da5fd606.tar.bz2 system-plugin-6226da73dde859696e07c3b185524695da5fd606.zip |
udev: add rule for ion device
- ion device needs users group and 0660 permission
Change-Id: Ic5ce6ba2e3fcdc0b2cf597c0fe5db8a63a73e778
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
-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}="*" |