Remove hardcoded path in privacy-manager-server.manifest 83/23083/2
authorChristophe Moreau <christophe.moreau@open.eurogiciel.org>
Tue, 17 Jun 2014 09:39:00 +0000 (11:39 +0200)
committerChristophe Moreau <christophe.moreau@open.eurogiciel.org>
Wed, 18 Jun 2014 09:10:38 +0000 (11:10 +0200)
Bug-Tizen : TC-340

Change-Id: I99bb086df95798d5d2354608fdffa1957b501a05
Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
packaging/privacy-manager-server.manifest
packaging/privacy-manager.spec

index 1672cef..c00c25b 100644 (file)
@@ -2,7 +2,4 @@
         <request>
                 <domain name="_" />
         </request>
-       <assign>
-               <filesystem path="/opt/dbspace/.privacylist.db*" label="User" />
-       </assign>
 </manifest>
index 99057f6..99c211a 100644 (file)
@@ -115,6 +115,7 @@ then
        %{_bindir}/privacy_manager_create_clean_db.sh
 fi
 chsmack -a 'User' %{TZ_SYS_DB}/.privacy.db*
+chsmack -a 'User' %{TZ_SYS_DB}/.privacylist.db*
 
 %postun -p /sbin/ldconfig