Move handling of role audit records into the library
- Patch stops semanage from removing user record while in use
This commit is contained in:
parent
514a8aa4c0
commit
a7785d28a7
@ -18,13 +18,14 @@ Source1: semanage.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libselinux-devel >= %{libselinuxver} swig ustr-devel
|
||||
BuildRequires: libsepol-devel >= %{libsepolver}
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: python-devel bison flex bzip2-devel
|
||||
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif # if with_python3
|
||||
|
||||
Requires: bzip2-libs
|
||||
Requires: bzip2-libs audit-libs
|
||||
|
||||
%description
|
||||
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
||||
|
Loading…
Reference in New Issue
Block a user