Merge #6 Amend SELinux to run hostname in its domain
This commit is contained in:
commit
c41a916641
@ -42,7 +42,7 @@ corecmd_exec_shell(smartdwarn_t)
|
|||||||
# reads list of users
|
# reads list of users
|
||||||
auth_read_passwd_file(smartdwarn_t)
|
auth_read_passwd_file(smartdwarn_t)
|
||||||
|
|
||||||
hostname_exec(smartdwarn_t)
|
hostname_domtrans(smartdwarn_t)
|
||||||
|
|
||||||
# smartd_warning.sh to run smartd_warning.d/* scripts
|
# smartd_warning.sh to run smartd_warning.d/* scripts
|
||||||
allow smartdwarn_t smartdwarn_script_t:file execute_no_trans;
|
allow smartdwarn_t smartdwarn_script_t:file execute_no_trans;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: Tools for monitoring SMART capable hard disks
|
Summary: Tools for monitoring SMART capable hard disks
|
||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 7.4
|
Version: 7.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://smartmontools.sourceforge.net/
|
URL: http://smartmontools.sourceforge.net/
|
||||||
@ -158,6 +158,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2023 Alessandro Astone <ales.astone@gmail.com> - 1:7.4-2
|
||||||
|
- Amend SELinux to run hostname in its domain
|
||||||
|
|
||||||
* Tue Aug 01 2023 Michal Hlavinka <mhlavink@redhat.com> - 1:7.4-1
|
* Tue Aug 01 2023 Michal Hlavinka <mhlavink@redhat.com> - 1:7.4-1
|
||||||
- updated to 7.4
|
- updated to 7.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user