resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:53:00 +0000 (21:53 +0300)
committerRonan Le Martret <ronan@fridu.net>
Thu, 13 Nov 2014 14:21:04 +0000 (15:21 +0100)
packaging/openssh.manifest [new file with mode: 0644]
packaging/openssh.spec

diff --git a/packaging/openssh.manifest b/packaging/openssh.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 1d541e3..9303785 100644 (file)
@@ -19,6 +19,7 @@ Source11:       sshd-gen-keys-start
 Source12:       sshd.service
 Source13:       sshd.socket
 Source14:       sshd@.service
+Source1001:    openssh.manifest
 BuildRequires:  systemd
 
 %{!?_initddir:%global _initddir %{_initrddir}}
@@ -34,6 +35,7 @@ also be forwarded over the secure channel.
 
 %prep
 %setup -q 
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fiv
@@ -86,6 +88,7 @@ getent passwd sshd >/dev/null || %{_sbindir}/useradd -r -g sshd -d /var/lib/sshd
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %dir %attr(755,root,root) /var/lib/sshd
 %attr(0755,root,root) %dir %{_sysconfdir}/ssh