add distro rhel4

This commit is contained in:
Chris PeBenito 2006-03-31 14:28:45 +00:00
parent b19257050b
commit 2f1a8fbc30
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
- Add rhel4 distro, which also implies redhat distro.
- Remove unneeded range_transition for su_exec_t and move the
type declaration back to the su module.
- Constrain transitions in MCS so unconfined_t cannot have

View File

@ -168,6 +168,11 @@ ifneq ($(DISTRO),)
M4PARAM += -D distro_$(DISTRO)
endif
# rhel4 also implies redhat
ifeq "$(DISTRO)" "rhel4"
M4PARAM += -D distro_redhat
endif
# enable polyinstantiation
ifeq ($(POLY),y)
M4PARAM += -D enable_polyinstantiation

View File

@ -27,7 +27,7 @@ NAME = refpolicy
# for programs or configurations specific to the
# distribution. Setting this will enable options
# for the distribution.
# redhat, gentoo, debian, and suse are current options.
# redhat, gentoo, debian, suse, and rhel4 are current options.
# Fedora users should enable redhat.
#DISTRO = redhat