diff options
author | Chris Lumens <clumens@redhat.com> | 2010-10-20 16:44:40 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-10-20 16:44:40 -0400 |
commit | c28ec25eeb249cda2b6219d57db5d24b445ee95b (patch) | |
tree | 38348e194395ba65834110f3df019944b9a305bd /scripts/upd-instroot | |
parent | 77d4537983ee848e713ddf6bcf33f8431ea976ed (diff) | |
download | anaconda-c28ec25eeb249cda2b6219d57db5d24b445ee95b.tar.gz anaconda-c28ec25eeb249cda2b6219d57db5d24b445ee95b.tar.xz anaconda-c28ec25eeb249cda2b6219d57db5d24b445ee95b.zip |
Include the SELinux policy file, not just the directory.
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 75b80546e..bc8472b3e 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -473,7 +473,7 @@ etc/report.d/* etc/rpm/macros.prelink etc/security/limits.conf etc/security/pam_env.conf -etc/selinux/targeted/policy +etc/selinux/targeted/policy/policy* etc/selinux/targeted/contexts etc/selinux/targeted/*conf etc/selinux/targeted/seusers |