From af4e9571ef9e7c8ae9ed99f2b6a53523b794af68 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Thu, 22 Aug 2019 20:46:11 +0900 Subject: [PATCH] Add dbus policy for org.tizen.system.BootingDone Change-Id: I8f0bd7887b5f1cbd7637c00e03240e4d5e09e4c7 Signed-off-by: Hyotaek Shim --- packaging/org.tizen.system.conf | 16 ++++++++++++++++ packaging/systemd.spec | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 packaging/org.tizen.system.conf diff --git a/packaging/org.tizen.system.conf b/packaging/org.tizen.system.conf new file mode 100644 index 0000000..ca6b54b --- /dev/null +++ b/packaging/org.tizen.system.conf @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 01946de..ddb1afb 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -27,6 +27,7 @@ Source2: %{name}-rpmlintrc Source3: test-runner.c Source4: wait-default-target.sh Source5: wait-delayed-target.sh +Source6: org.tizen.system.conf Source1001: systemd.manifest BuildRequires: gperf BuildRequires: intltool >= 0.40.0 @@ -309,7 +310,7 @@ ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-login.pc # Delayed target install -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/wait-default-target.sh install -m 0755 %{SOURCE5} %{buildroot}%{_bindir}/wait-delayed-target.sh - +install -m 0755 %{SOURCE6} %{buildroot}%{_sysconfdir}/dbus-1/system.d/org.tizen.system.conf # end of install %pre @@ -545,6 +546,7 @@ fi %{_prefix}/lib/systemd/user/default.target.wants/user-default-target-done.service %{_prefix}/lib/systemd/user/user-delayed-target-done.service %{_prefix}/lib/systemd/user/delayed.target.wants/user-delayed-target-done.service +%{_sysconfdir}/dbus-1/system.d/org.tizen.system.conf %{_prefix}/lib/systemd/libsystemd-shared-231.so %{_prefix}/lib/systemd/libsystemd-shared.so -- 2.7.4