projects
/
platform
/
core
/
appfw
/
vconf-buxton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d032b5e
)
Setting the Smack context label to the group
76/36276/2
accepted/tizen/mobile/20150313.083950
accepted/tizen/tv/20150313.083833
accepted/tizen/wearable/20150313.083903
submit/tizen_mobile/20150313.022842
submit/tizen_tv/20150313.022842
submit/tizen_wearable/20150313.022842
author
José Bollo
<jose.bollo@open.eurogiciel.org>
Wed, 4 Mar 2015 13:24:15 +0000
(14:24 +0100)
committer
Suchang Woo
<suchang.woo@samsung.com>
Thu, 5 Mar 2015 09:00:20 +0000
(
01:00
-0800)
Change-Id: I3cebeb5e999d1e1a835bb4352d609b5be8b11f48
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
src/vconf-buxton-tool.sh
patch
|
blob
|
history
diff --git
a/src/vconf-buxton-tool.sh
b/src/vconf-buxton-tool.sh
index
5a738d4
..
b864842
100755
(executable)
--- a/
src/vconf-buxton-tool.sh
+++ b/
src/vconf-buxton-tool.sh
@@
-193,6
+193,7
@@
buxton_unset() {
#############################################################################################
group=vconf
+context=User
# get the layer of the key
@@
-277,7
+278,7
@@
mygetopt() {
#
# ensure existing the group for vconf
#
-buxton_ensure_group "base" "$group" || exit
+buxton_ensure_group "base" "$group"
"$context"
|| exit
# set the value
doset() {