summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorJae-young Hwang <j-zero.hwang@samsung.com>2015-11-19 10:18:32 +0900
committerJae-young Hwang <j-zero.hwang@samsung.com>2015-11-19 11:33:18 +0900
commitdea61f27efe0a68b0191371ffd682dbd117fda14 (patch)
tree77a676d62a3a68d4605f07b0498a0400b7990fdd /rules
parent830a4eb58881ced787c8fe9d623e47c208936b50 (diff)
downloadsystem-plugin-dea61f27efe0a68b0191371ffd682dbd117fda14.tar.gz
system-plugin-dea61f27efe0a68b0191371ffd682dbd117fda14.tar.bz2
system-plugin-dea61f27efe0a68b0191371ffd682dbd117fda14.zip
add udev rule file and tizen-system-env.service file Change-Id: I06dc8e38a8f56b52feaac973a73a51416ecf7c95 Signed-off-by: Jae-young Hwang <j-zero.hwang@samsung.com>
Diffstat (limited to 'rules')
-rw-r--r--rules/51-system-plugin-spreadtrum.rules17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules/51-system-plugin-spreadtrum.rules b/rules/51-system-plugin-spreadtrum.rules
new file mode 100644
index 0000000..650ce00
--- /dev/null
+++ b/rules/51-system-plugin-spreadtrum.rules
@@ -0,0 +1,17 @@
+ACTION!="add", GOTO="devices_end"
+
+KERNEL=="null|zero|full|random|urandom|uinput", SECLABEL{smack}="*"
+
+KERNEL=="umts_csd", GROUP="video", SECLABEL{smack}="*"
+KERNEL=="media[0-9]", MODE="0664", GROUP="video", SECLABEL{smack}="*"
+
+KERNEL=="event*", SYMLINK+="%k"
+
+KERNEL=="samsung_sdb", SECLABEL{smack}="*"
+
+# Marvell
+KERNEL=="uio[0-9]", MODE="0666", SECLABEL{smack}="*"
+
+KERNEL=="mobicore-user", SECLABEL{smack}="*"
+
+LABEL="devices_end"