resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:57:44 +0000 (03:57 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 10 Dec 2013 12:06:55 +0000 (14:06 +0200)
Change-Id: I36d7e2ca95176e600a59d9cffafc15bb039f8354

packaging/smack.manifest [new file with mode: 0644]
packaging/smack.spec

diff --git a/packaging/smack.manifest b/packaging/smack.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index bf5aaa1..628445a 100644 (file)
@@ -6,6 +6,7 @@ Group:      Security/Access Control
 License:    LGPL-2.1
 URL:        https://github.com/smack-team/smack
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    smack.manifest
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: libtool
@@ -30,6 +31,7 @@ Library allows applications to work with Smack.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 autoreconf --install --symlink
@@ -53,17 +55,20 @@ install -d %{buildroot}/smack
 %docs_package
 
 %files -n libsmack
+%manifest %{name}.manifest
 %defattr(644,root,root,755)
 %license COPYING
 %{_libdir}/libsmack.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(644,root,root,755)
 %{_includedir}/sys/smack.h
 %{_libdir}/libsmack.so
 %{_libdir}/pkgconfig/libsmack.pc
 
 %files 
+%manifest %{name}.manifest
 %defattr(644,root,root,755)
 %{_sysconfdir}/smack
 %{_sysconfdir}/smack/accesses.d