diff options
| author | Jeremy Katz <katzj@redhat.com> | 2004-01-23 22:25:31 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2004-01-23 22:25:31 +0000 |
| commit | 331a1943236a7010f4047792cd9bb30ff0f37861 (patch) | |
| tree | 3b09e71272da9f2c4e03caea36fb8a2087086c2e /scripts | |
| parent | d14ef1c773c50a7b27604d32527938ee945b7108 (diff) | |
include policy in anaconda, load the policy at anaconda startup
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index f0617d54f..c0d12384f 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -111,7 +111,7 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux busybox-anaconda rpm-python booty hdparm lvm2 beecrypt device-mapper rhpl pyxf86config libxml2 libxml2-python glib2 elfutils-libelf bogl-bterm bogl krb5-libs convertdb1 jfsutils - xfsprogs xfsdump dmapi libacl libattr attr acl" + xfsprogs xfsdump dmapi libacl libattr attr acl policy policycoreutils" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils" @@ -158,7 +158,7 @@ PACKAGESGR="anaconda XFree86-libs libpng XFree86-75dpi-fonts ttfonts-ja ttfonts-zh_TW bitmap-fonts-cjk urw-fonts comps-extras XFree86-libs-data convertdb1 vnc-server libjpeg tcp_wrappers system-config-date - xfsprogs xfsdump dmapi libacl libattr attr acl" + xfsprogs xfsdump dmapi attr acl policy policycoreutils" # # stuff ONLY included for rescue mode @@ -223,6 +223,7 @@ etc/group etc/passwd etc/protocols etc/services +etc/security/selinux/policy.15 $LIBDIR/ld*.so* $LIBDIR/libblkid* $LIBDIR/libc* @@ -354,6 +355,7 @@ usr/sbin/dmidecode usr/sbin/mkofboot usr/sbin/ofpath usr/sbin/ybin +usr/sbin/load_policy usr/share/anaconda/locale-list usr/share/anaconda/anaconda.conf usr/share/terminfo/b/bterm @@ -1015,7 +1017,6 @@ for p in $DEST $DESTGR ; do mkdir -p $p/usr/lib/debug done - if [ $ARCH = "alpha" ]; then rm -rf $DEST/usr/share/locale rm -rf $DEST/usr/$LIBDIR/locale |
