- Handle new location of hal scripts
This commit is contained in:
parent
0088858611
commit
451d9b499b
@ -113,6 +113,13 @@ usermanage = base
|
|||||||
#
|
#
|
||||||
rpm = base
|
rpm = base
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: readahead
|
||||||
|
#
|
||||||
|
# Readahead, read files into page cache for improved performance
|
||||||
|
#
|
||||||
|
readahead = base
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: kudzu
|
# Module: kudzu
|
||||||
#
|
#
|
||||||
@ -174,7 +181,14 @@ amanda = base
|
|||||||
#
|
#
|
||||||
# Rotate and archive system logs
|
# Rotate and archive system logs
|
||||||
#
|
#
|
||||||
logrotate = off
|
logrotate = base
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: ddcprobe
|
||||||
|
#
|
||||||
|
# ddcprobe retrieves monitor and graphics card information
|
||||||
|
#
|
||||||
|
ddcprobe = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: quota
|
# Module: quota
|
||||||
@ -197,6 +211,13 @@ consoletype = base
|
|||||||
#
|
#
|
||||||
sudo = off
|
sudo = off
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: vbetool
|
||||||
|
#
|
||||||
|
# run real-mode video BIOS code to alter hardware state
|
||||||
|
#
|
||||||
|
vbetool = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: firstboot
|
# Module: firstboot
|
||||||
#
|
#
|
||||||
@ -303,6 +324,13 @@ bind = base
|
|||||||
#
|
#
|
||||||
canna = base
|
canna = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: i18n_input
|
||||||
|
#
|
||||||
|
# IIIMF htt server
|
||||||
|
#
|
||||||
|
i18n_input = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: uucp
|
# Module: uucp
|
||||||
#
|
#
|
||||||
@ -361,6 +389,13 @@ dbus = base
|
|||||||
#
|
#
|
||||||
howl = base
|
howl = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: timidity
|
||||||
|
#
|
||||||
|
# MIDI to WAV converter and player configured as a service
|
||||||
|
#
|
||||||
|
timidity = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: postgresql
|
# Module: postgresql
|
||||||
#
|
#
|
||||||
@ -368,6 +403,13 @@ howl = base
|
|||||||
#
|
#
|
||||||
postgresql = base
|
postgresql = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: openct
|
||||||
|
#
|
||||||
|
# Service for handling smart card readers.
|
||||||
|
#
|
||||||
|
openct = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: snmp
|
# Module: snmp
|
||||||
#
|
#
|
||||||
@ -558,6 +600,13 @@ nscd = base
|
|||||||
#
|
#
|
||||||
ppp = base
|
ppp = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: smartmon
|
||||||
|
#
|
||||||
|
# Smart disk monitoring daemon policy
|
||||||
|
#
|
||||||
|
smartmon = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: ftp
|
# Module: ftp
|
||||||
#
|
#
|
||||||
@ -635,6 +684,13 @@ rpc = base
|
|||||||
#
|
#
|
||||||
apache = base
|
apache = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: slrnpull
|
||||||
|
#
|
||||||
|
# Service for downloading news feeds the slrn newsreader.
|
||||||
|
#
|
||||||
|
slrnpull = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rsync
|
# Module: rsync
|
||||||
#
|
#
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.1.7
|
Version: 2.1.7
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -61,6 +61,10 @@ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic}
|
|||||||
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} enableaudit \
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} enableaudit \
|
||||||
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} base.pp \
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} base.pp \
|
||||||
install -m0644 base.pp ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/enableaudit.pp \
|
install -m0644 base.pp ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/enableaudit.pp \
|
||||||
|
for file in $(ls ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1 | grep -v -e base.pp -e enableaudit.pp ) \
|
||||||
|
do \
|
||||||
|
rm ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/$file; \
|
||||||
|
done; \
|
||||||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/booleans \
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/booleans \
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/config \
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/config \
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/seusers \
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/seusers \
|
||||||
@ -258,6 +262,9 @@ SELinux Reference policy strict base module.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-3
|
||||||
|
- Handle new location of hal scripts
|
||||||
|
|
||||||
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
|
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
|
||||||
- Allow su to read /etc/mtab
|
- Allow su to read /etc/mtab
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user