summaryrefslogtreecommitdiffstats
path: root/loader2/selinux.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-11-18 19:57:25 +0000
committerJeremy Katz <katzj@redhat.com>2005-11-18 19:57:25 +0000
commit35c4616857f30d516941d22585da4e6b75f64569 (patch)
tree36d89d345ed8356b4156059e7812898336b94836 /loader2/selinux.h
parentea0c7a697b09594ceb97b827ed94f8b3416c4365 (diff)
downloadanaconda-35c4616857f30d516941d22585da4e6b75f64569.tar.gz
anaconda-35c4616857f30d516941d22585da4e6b75f64569.tar.xz
anaconda-35c4616857f30d516941d22585da4e6b75f64569.zip
005-11-18 Jeremy Katz <katzj@redhat.com>
* loader2/selinux.h (ANACONDA_CONTEXT): Fix for new context types since the kernel no longer can do the mapping itself.
Diffstat (limited to 'loader2/selinux.h')
-rw-r--r--loader2/selinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/selinux.h b/loader2/selinux.h
index 290f44afa..faba65261 100644
--- a/loader2/selinux.h
+++ b/loader2/selinux.h
@@ -4,6 +4,6 @@
int setexeccon(char * context);
int loadpolicy();
-#define ANACONDA_CONTEXT "system_u:system_r:anaconda_t"
+#define ANACONDA_CONTEXT "system_u:system_r:anaconda_t:s0"
#endif