From 2cae9ae35729309232b807201990fc1ad68090f3 Mon Sep 17 00:00:00 2001 From: Jihoon Chung Date: Fri, 10 May 2013 20:53:00 +0900 Subject: [PATCH] [Release] wrt-plugins-common_0.3.86 --- CMakeLists.txt | 3 +++ accesses.d/wrt-popup-ace-runtime.rule | 12 ++++++++++++ accesses.d/wrt-popup-wrt-runtime.rule | 12 ++++++++++++ packaging/wrt-plugins-common.spec | 6 ++++-- wrt-plugins-common.manifest | 4 ++++ 5 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 accesses.d/wrt-popup-ace-runtime.rule create mode 100644 accesses.d/wrt-popup-wrt-runtime.rule diff --git a/CMakeLists.txt b/CMakeLists.txt index 12ec039..3536d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,6 +166,9 @@ set(CMAKE_CONFIG_FILE_NAME "${CMAKE_CONFIG_FILE_NAME}" CACHE INSTALL(FILES ${CMAKE_SOURCE_DIR}/wrt-popup-ace-runtime.rule DESTINATION /etc/smack/accesses2.d) INSTALL(FILES ${CMAKE_SOURCE_DIR}/wrt-popup-wrt-runtime.rule DESTINATION /etc/smack/accesses2.d) +# temp for smack branch +INSTALL(FILES ${CMAKE_SOURCE_DIR}/accesses.d/wrt-popup-ace-runtime.rule DESTINATION /opt/etc/smack/accesses.d) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/accesses.d/wrt-popup-wrt-runtime.rule DESTINATION /opt/etc/smack/accesses.d) ################################################################################ # Summary diff --git a/accesses.d/wrt-popup-ace-runtime.rule b/accesses.d/wrt-popup-ace-runtime.rule new file mode 100644 index 0000000..12c9ff8 --- /dev/null +++ b/accesses.d/wrt-popup-ace-runtime.rule @@ -0,0 +1,12 @@ +wrt-popup-ace-runtime system::homedir rwx-- +wrt-popup-ace-runtime device::app_logging -w--- +wrt-popup-ace-runtime ail::db rw--- +wrt-popup-ace-runtime xorg -wx-- +wrt-popup-ace-runtime isf r-x-- +wrt-popup-ace-runtime system::vconf rwx-- +wrt-popup-ace-runtime sound_server rw--- +e17 wrt-popup-ace-runtime -w--- +wrt-popup-ace-runtime system::share rwx-- +wrt-popup-ace-runtime pulseaudio rwx-- +wrt-popup-ace-runtime mobileprint --x-- +wrt-popup-ace-runtime dbus r---- diff --git a/accesses.d/wrt-popup-wrt-runtime.rule b/accesses.d/wrt-popup-wrt-runtime.rule new file mode 100644 index 0000000..9632107 --- /dev/null +++ b/accesses.d/wrt-popup-wrt-runtime.rule @@ -0,0 +1,12 @@ +wrt-popup-wrt-runtime system::homedir rwx-- +wrt-popup-wrt-runtime device::app_logging -w--- +wrt-popup-wrt-runtime ail::db rw--- +wrt-popup-wrt-runtime xorg -wx-- +wrt-popup-wrt-runtime isf r-x-- +wrt-popup-wrt-runtime system::vconf rwx-- +wrt-popup-wrt-runtime sound_server rw--- +e17 wrt-popup-wrt-runtime -w--- +wrt-popup-wrt-runtime system::share rwx-- +wrt-popup-wrt-runtime pulseaudio rwx-- +wrt-popup-wrt-runtime mobileprint --x-- +wrt-popup-wrt-runtime dbus r---- diff --git a/packaging/wrt-plugins-common.spec b/packaging/wrt-plugins-common.spec index 9c599f7..a6a7800 100644 --- a/packaging/wrt-plugins-common.spec +++ b/packaging/wrt-plugins-common.spec @@ -1,7 +1,7 @@ -#git:framework/web/wrt-plugins-common wrt-plugins-common_0.3.85 +#git:framework/web/wrt-plugins-common wrt-plugins-common_0.3.86 Name: wrt-plugins-common Summary: wrt-plugins common library -Version: 0.3.85 +Version: 0.3.86 Release: 1 Group: Development/Libraries License: Apache License, Version 2.0 @@ -77,6 +77,8 @@ touch /opt/share/widget/plugin-installation-required %{_datadir}/license/%{name} /etc/smack/accesses2.d/wrt-popup-ace-runtime.rule /etc/smack/accesses2.d/wrt-popup-wrt-runtime.rule +/opt/etc/smack/accesses.d/wrt-popup-ace-runtime.rule +/opt/etc/smack/accesses.d/wrt-popup-wrt-runtime.rule %if %{with_tests} %attr(755,root,root) %{_bindir}/widgetdb_tests_prepare_db.sh %attr(755,root,root) %{_bindir}/wrt-plugins-common-tests-widgetdb diff --git a/wrt-plugins-common.manifest b/wrt-plugins-common.manifest index fc61a9b..32dd898 100644 --- a/wrt-plugins-common.manifest +++ b/wrt-plugins-common.manifest @@ -2,6 +2,10 @@ + + + + -- 2.7.4