diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2014-04-02 10:45:23 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2014-04-02 10:45:23 +0900 |
commit | f6687c59e257772edf16d9f95b8b8ac088905e30 (patch) | |
tree | acdad4074e0858a5e881e23e4403a089ea85601a | |
parent | 6b08151e075cbd278325b7eb4f1554121fa09146 (diff) | |
download | meta-mobile-f6687c59e257772edf16d9f95b8b8ac088905e30.tar.gz meta-mobile-f6687c59e257772edf16d9f95b8b8ac088905e30.tar.bz2 meta-mobile-f6687c59e257772edf16d9f95b8b8ac088905e30.zip |
add chsmack for User labelsubmit/tizen_boot/20140402.014745
Change-Id: Iedec33f86fabf7701c6e7fb50fc6f46b57be308c
-rw-r--r-- | ks/RD-PQ.yaml | 3 | ||||
-rw-r--r-- | scripts/rd-pq.post | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ks/RD-PQ.yaml b/ks/RD-PQ.yaml index 808a05f..88963e3 100644 --- a/ks/RD-PQ.yaml +++ b/ks/RD-PQ.yaml @@ -20,6 +20,5 @@ PostScripts: - Tizen-common-cleanup - handset-rd-pq - setup-fstab-mobile -# - Tizen-common -# - RD-PQ + - RD-PQ NoChrootScripts: diff --git a/scripts/rd-pq.post b/scripts/rd-pq.post new file mode 100644 index 0000000..3e0c849 --- /dev/null +++ b/scripts/rd-pq.post @@ -0,0 +1,4 @@ +# Since applications runs with the "User" label, the app +# home dir must have the same label +chsmack -a User /opt/home/app + |