Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:FrontRunner
policycoreutils.14043
policycoreutils.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File policycoreutils.spec of Package policycoreutils.14043
# # spec file for package policycoreutils # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define libaudit_ver 2.2 %define libsepol_ver 2.8 %define libsemanage_ver 2.8 %define libselinux_ver 2.8 %define setools_ver 4.1.1 %define tstamp 20180524 Name: policycoreutils Version: 2.8 Release: 0 Summary: SELinux policy core utilities License: GPL-2.0-or-later Group: Productivity/Security URL: https://github.com/SELinuxProject/selinux Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/%{tstamp}/%{name}-%{version}.tar.gz Source1: https://github.com/SELinuxProject/selinux/releases/download/%{tstamp}/selinux-python-%{version}.tar.gz Source2: system-config-selinux.png Source3: system-config-selinux.desktop Source4: system-config-selinux.pam Source5: system-config-selinux.console Source6: selinux-polgengui.desktop Source7: selinux-polgengui.console Source8: https://github.com/SELinuxProject/selinux/releases/download/%{tstamp}/semodule-utils-%{version}.tar.gz Patch0: make_targets.patch Patch1: python3.patch Patch2: chcat_join.patch Patch3: seobject_late_init.patch BuildRequires: audit-devel >= %{libaudit_ver} BuildRequires: bison BuildRequires: dbus-1-glib-devel BuildRequires: fdupes BuildRequires: flex BuildRequires: gettext BuildRequires: hicolor-icon-theme BuildRequires: libbz2-devel BuildRequires: libcap-devel BuildRequires: libcap-ng-devel BuildRequires: libselinux-devel >= %{libselinux_ver} BuildRequires: libsemanage-devel >= %{libsemanage_ver} BuildRequires: libsepol-devel-static >= %{libsepol_ver} BuildRequires: pam-devel # needed only for dir /usr/share/polkit-1 from policycoreutils-gui BuildRequires: polkit BuildRequires: python-rpm-macros BuildRequires: python3 BuildRequires: systemd-rpm-macros BuildRequires: update-desktop-files BuildRequires: xmlto Requires: checkpolicy Requires: gawk Requires: libsepol1 >= %{libsepol_ver} Requires: python3-%{name} Requires: python3-ipy Requires: python3-networkx Requires: python3-selinux Requires: python3-semanage Requires: rpm Requires: util-linux # we need selinuxenabled Requires(post): selinux-tools Requires(pre): %fillup_prereq Requires(pre): permissions Recommends: %{name}-lang Obsoletes: policycoreutils-python %{?systemd_requires} %description policycoreutils contains the policy core utilities that are required for basic operation of a SELinux system. These utilities include load_policy to load policies, setfiles to label filesystems, newrole to switch roles, and run_init to run %{_initddir} scripts in the proper context. (Security-enhanced Linux is a feature of the kernel and some utilities that implement mandatory access control policies, such as Type Enforcement, Role-based Access Control and Multi-Level Security.) %lang_package %package -n python3-%{name} Summary: SELinux policy core python3 interfaces Group: Productivity/Security Requires: %{name} = %{version}-%{release} Requires: checkpolicy Requires: python3-audit >= %{libaudit_ver} Requires: python3-selinux Requires: python3-setools >= %{setools_ver} Requires: python3-setuptools Provides: policycoreutils-python = %{version}-%{release} Obsoletes: policycoreutils-python < %{version} %description -n python3-%{name} The python-policycoreutils package contains the interfaces that can be used by python in an SELinux environment. %package devel Summary: SELinux policy core policy devel utilities Group: Productivity/Security Requires: %{_bindir}/make Requires: python3-%{name} = %{version}-%{release} Conflicts: %{name}-python <= 2.6 %description devel The policycoreutils-devel package contains the management tools use to develop policy in an SELinux environment. %package sandbox Summary: SELinux sandbox utilities Group: Productivity/Security Requires: python3-%{name} = %{version} Requires: xorg-x11-server-extra %description sandbox The sandbox package contains the scripts to create graphical sandboxes. %package newrole Summary: The newrole application for RBAC/MLS Group: Productivity/Security Requires: %{name} = %{version} Requires(pre): permissions %description newrole RBAC/MLS policy machines require newrole as a way of changing the role or level of a logged-in user. %if 0%{?suse_version} < 1500 %package gui Summary: SELinux configuration GUI Group: Productivity/Security Requires: python Requires: python-gnome Requires: python-gtk Requires: python3-%{name} = %{version} Requires: selinux-policy Requires: setools-console %description gui system-config-selinux is a utility for managing the SELinux environment. %endif %prep %setup -q -T -D -b 1 -n selinux-python-%{version} %patch2 -p1 %patch3 -p1 setools_python_pwd=`pwd` %setup -q -T -D -b 8 -n semodule-utils-%{version} semodule_utils_pwd=`pwd` %setup -q %patch0 -p1 mv ${setools_python_pwd}/audit2allow ${setools_python_pwd}/chcat ${setools_python_pwd}/semanage ${setools_python_pwd}/sepolgen ${setools_python_pwd}/sepolicy . mv ${semodule_utils_pwd}/semodule_expand ${semodule_utils_pwd}/semodule_link ${semodule_utils_pwd}/semodule_package . %patch1 -p1 %build export PYTHON="python3" LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fPIE" LDFLAGS="-pie -Wl,-z,relro" make %{?_smp_mflags} %install export PYTHON="python3" mkdir -p %{buildroot}%{_localstatedir}/lib/selinux mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}/sbin mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{_mandir}/man8 mkdir -p %{buildroot}%{_sysconfdir}/pam.d mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps make LSPP_PRIV=y DESTDIR=%{buildroot} install install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/system-config-selinux.png install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/system-config-selinux install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/selinux-polgengui install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/security/console.apps/selinux-polgengui rm -f %{buildroot}%{_mandir}/ru/man8/genhomedircon.8.gz ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux ln -sf consolehelper %{buildroot}%{_bindir}/selinux-polgengui mkdir -p %{buildroot}%{_fillupdir}/ mkdir -p %{buildroot}%{_libexecdir}/selinux/hll/ mkdir -p %{buildroot}%{_localstatedir}/lib/sepolgen mv %{buildroot}%{_prefix}/libexec/selinux/hll/pp %{buildroot}%{_libexecdir}/selinux/hll/pp %suse_update_desktop_file -i system-config-selinux System Security Settings %suse_update_desktop_file -i selinux-polgengui System Security Settings %find_lang %{name} %fdupes -s %{buildroot}%{_datadir} %if 0%{?suse_version} >= 1500 rm %{buildroot}%{_sysconfdir}/pam.d/selinux-polgengui \ %{buildroot}%{_sysconfdir}/pam.d/system-config-selinux \ %{buildroot}%{_sysconfdir}/security/console.apps/selinux-polgengui \ %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux \ %{buildroot}%{_bindir}/selinux-polgengui \ %{buildroot}%{_bindir}/system-config-selinux \ %{buildroot}%{_datadir}/applications/selinux-polgengui.desktop \ %{buildroot}%{_datadir}/applications/system-config-selinux.desktop \ %{buildroot}%{_datadir}/pixmaps/system-config-selinux.png %endif %post -n python3-%{name} selinuxenabled && [ -f %{_datadir}/selinux/devel/include/build.conf ] && %{_bindir}/sepolgen-ifgen 2>/dev/null exit 0 %post newrole %set_permissions %{_bindir}/newrole %verifyscript newrole %verify_permissions -e %{_bindir}/newrole %files /sbin/restorecon /sbin/setfiles /sbin/restorecon_xattr %{_bindir}/audit2allow %{_bindir}/audit2why %{_bindir}/chcat %{_bindir}/sepolgen %{_bindir}/sepolgen-ifgen %{_bindir}/sepolgen-ifgen-attr-helper %{_bindir}/sepolicy %{_bindir}/semodule_expand %{_bindir}/semodule_link %{_bindir}/semodule_package %{_bindir}/semodule_unpackage %{_sbindir}/semanage %{_sbindir}/fixfiles %{_sbindir}/load_policy %dir %{_libexecdir}/selinux %dir %{_libexecdir}/selinux/hll %dir %{_localstatedir}/lib/sepolgen %{_libexecdir}/selinux/hll/pp %{_sbindir}/genhomedircon %{_sbindir}/setsebool %{_sbindir}/semodule %{_sbindir}/sestatus %{_sbindir}/run_init %{_sbindir}/open_init_pty %{_bindir}/secon %config(noreplace) %{_sysconfdir}/pam.d/run_init %config(noreplace) %{_sysconfdir}/sestatus.conf %{_mandir}/man8/* %{_mandir}/man5/selinux_config.5%{?ext_man} %{_mandir}/man5/sestatus.conf.5%{?ext_man} %{_mandir}/man1/secon.1%{?ext_man} %{_mandir}/man1/audit2allow.1%{?ext_man} %{_mandir}/man1/audit2why.1%{?ext_man} %{_datadir}/bash-completion/completions/* %files -n python3-%{name} %{python3_sitelib}/* %dir %{_localstatedir}/lib/selinux %files lang -f %{name}.lang %files devel %dir %{_localstatedir}/lib/sepolgen %{_localstatedir}/lib/sepolgen/perm_map %files newrole %verify(not mode) %attr(0755,root,root) %{_bindir}/newrole %{_mandir}/man1/newrole.1%{?ext_man} %config(noreplace) %{_sysconfdir}/pam.d/newrole %if 0%{?suse_version} < 1500 %files gui %{_bindir}/system-config-selinux %{_bindir}/selinux-polgengui %{_datadir}/applications/system-config-selinux.desktop %{_datadir}/system-config-selinux/system-config-selinux.desktop %{_datadir}/applications/selinux-polgengui.desktop %{_datadir}/applications/sepolicy.desktop %{_datadir}/system-config-selinux/selinux-polgengui.desktop %{_datadir}/system-config-selinux/sepolicy.desktop %{_datadir}/icons/hicolor/24x24/apps/system-config-selinux.png %{_datadir}/icons/hicolor/16x16/apps/sepolicy.png %{_datadir}/icons/hicolor/22x22/apps/sepolicy.png %{_datadir}/icons/hicolor/256x256/apps/sepolicy.png %{_datadir}/icons/hicolor/32x32/apps/sepolicy.png %{_datadir}/icons/hicolor/48x48/apps/sepolicy.png %{_datadir}/pixmaps/sepolicy.png %{_datadir}/pixmaps/system-config-selinux.png %{_datadir}/polkit-1/actions/org.selinux.config.policy %{_datadir}/polkit-1/actions/org.selinux.policy %dir %{_datadir}/system-config-selinux %{_datadir}/system-config-selinux/system-config-selinux.png %{_datadir}/system-config-selinux/*.py* %{_datadir}/system-config-selinux/*.glade %{_mandir}/man8/selinux-polgengui.8%{?ext_man} %{_mandir}/man8/system-config-selinux.8%{?ext_man} %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.selinux.conf %config(noreplace) %{_sysconfdir}/pam.d/system-config-selinux %config(noreplace) %{_sysconfdir}/pam.d/selinux-polgengui %dir %{_sysconfdir}/security/console.apps %config(noreplace) %{_sysconfdir}/security/console.apps/selinux-polgengui %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-selinux %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor