[packages/semodule-utils] - split from policycoreutils

qboosh qboosh at pld-linux.org
Sat Nov 18 10:39:39 CET 2017


commit af036f1e20daab8eb5ca29359b18956cbdb32dbd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Nov 18 10:40:25 2017 +0100

    - split from policycoreutils

 semodule-utils.spec | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)
---
diff --git a/semodule-utils.spec b/semodule-utils.spec
new file mode 100644
index 0000000..99957f6
--- /dev/null
+++ b/semodule-utils.spec
@@ -0,0 +1,76 @@
+Summary:	SELinux developer tools for policy module packages
+Summary(pl.UTF-8):	Narzędzia do tworzenia modułów polityk SELinuksa
+Name:		semodule-utils
+Version:	2.7
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+#Source0Download: https://github.com/SELinuxProject/selinux/wiki/Releases
+Source0:	https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/%{name}-%{version}.tar.gz
+# Source0-md5:	678e3a5225f9645d40fd9d13bbaa156f
+URL:		https://github.com/SELinuxProject/selinux/wiki
+BuildRequires:	libsepol-static >= 2.7
+Requires:	libsepol >= 2.7
+Conflicts:	policycoreutils < 2.7
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Security-enhanced Linux is a patch of the Linux kernel and a number of
+utilities with enhanced security functionality designed to add
+mandatory access controls to Linux. The Security-enhanced Linux kernel
+contains new architectural components originally developed to improve
+the security of the Flask operating system. These architectural
+components provide general support for the enforcement of many kinds
+of mandatory access control policies, including those based on the
+concepts of Type Enforcement, Role-based Access Control, and
+Multi-level Security.
+
+This package contains SELinux developer tools for policy module
+packages.
+
+%description -l pl.UTF-8
+Security-enhanced Linux jest prototypem jądra Linuksa i wielu
+aplikacji użytkowych o funkcjach podwyższonego bezpieczeństwa.
+Zaprojektowany jest tak, aby w prosty sposób ukazać znaczenie
+obowiązkowej kontroli dostępu dla społeczności linuksowej. Ukazuje
+również jak taką kontrolę można dodać do istniejącego systemu typu
+Linux. Jądro SELinux zawiera nowe składniki architektury pierwotnie
+opracowane w celu ulepszenia bezpieczeństwa systemu operacyjnego
+Flask. Te elementy zapewniają ogólne wsparcie we wdrażaniu wielu typów
+polityk obowiązkowej kontroli dostępu, włączając te wzorowane na: Type
+Enforcement (TE), kontroli dostępu opartej na rolach (RBAC) i
+zabezpieczeniach wielopoziomowych.
+
+Ten pakiet zawiera narzędzia do tworzenia modułów polityk SELinuksa.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{rpmcflags} %{rpmcppflags}" \
+%{__make} \
+	CC="%{__cc}" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	LIBSEPOLA=%{_libdir}/libsepol.a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/semodule_deps
+%attr(755,root,root) %{_bindir}/semodule_expand
+%attr(755,root,root) %{_bindir}/semodule_link
+%attr(755,root,root) %{_bindir}/semodule_package
+%attr(755,root,root) %{_bindir}/semodule_unpackage
+%{_mandir}/man8/semodule_deps.8*
+%{_mandir}/man8/semodule_expand.8*
+%{_mandir}/man8/semodule_link.8*
+%{_mandir}/man8/semodule_package.8*
+%{_mandir}/man8/semodule_unpackage.8*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/semodule-utils.git/commitdiff/af036f1e20daab8eb5ca29359b18956cbdb32dbd



More information about the pld-cvs-commit mailing list