Do not run restorecon /etc/NetworkManager/dispatcher.d in mls and minimum
This commit is contained in:
parent
d02146ba68
commit
0f27d97ff5
@ -699,7 +699,7 @@ exit 0
|
|||||||
|
|
||||||
%posttrans minimum
|
%posttrans minimum
|
||||||
%checkConfigConsistency minimum
|
%checkConfigConsistency minimum
|
||||||
%{_sbindir}/restorecon -Ri /usr/lib/sysimage/rpm /var/lib/rpm /etc/NetworkManager/dispatcher.d
|
%{_sbindir}/restorecon -Ri /usr/lib/sysimage/rpm /var/lib/rpm
|
||||||
|
|
||||||
%postun minimum
|
%postun minimum
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
@ -773,7 +773,7 @@ exit 0
|
|||||||
|
|
||||||
%posttrans mls
|
%posttrans mls
|
||||||
%checkConfigConsistency mls
|
%checkConfigConsistency mls
|
||||||
%{_sbindir}/restorecon -Ri /usr/lib/sysimage/rpm /var/lib/rpm /etc/NetworkManager/dispatcher.d
|
%{_sbindir}/restorecon -Ri /usr/lib/sysimage/rpm /var/lib/rpm
|
||||||
|
|
||||||
%postun mls
|
%postun mls
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user