diff options
author | Rob Crittenden <rcritten@redhat.com> | 2012-09-10 17:07:54 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-09-13 12:35:43 +0200 |
commit | 79b90d1465ab408453ed0965ef489d2d994340ba (patch) | |
tree | 315cdf1b0fce801e343908d357225f1661aa0237 /install/share/bootstrap-template.ldif | |
parent | 46f09fb8ccaf68c870d8b46da56bc550c0bfc971 (diff) | |
download | freeipa-79b90d1465ab408453ed0965ef489d2d994340ba.tar.gz freeipa-79b90d1465ab408453ed0965ef489d2d994340ba.tar.xz freeipa-79b90d1465ab408453ed0965ef489d2d994340ba.zip |
Set SELinux default context to unconfined_u:s0-s0:c0.c1023
Don't require ipaselinuxdefaultuser to be set. If this is unset then
SSSD will use the system default.
https://fedorahosted.org/freeipa/ticket/3045
Diffstat (limited to 'install/share/bootstrap-template.ldif')
-rw-r--r-- | install/share/bootstrap-template.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index aac3f059a..24804e475 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -383,7 +383,7 @@ ipaDefaultEmailDomain: $DOMAIN ipaMigrationEnabled: FALSE ipaConfigString: AllowNThash ipaSELinuxUserMapOrder: guest_u:s0$$xguest_u:s0$$user_u:s0-s0:c0.c1023$$staff_u:s0-s0:c0.c1023$$unconfined_u:s0-s0:c0.c1023 -ipaSELinuxUserMapDefault: guest_u:s0 +ipaSELinuxUserMapDefault: unconfined_u:s0-s0:c0.c1023 dn: cn=cosTemplates,cn=accounts,$SUFFIX changetype: add |