summaryrefslogtreecommitdiffstats
path: root/loader2/selinux.h
blob: 3cc7c8ab8b92b5db0df5c716a4f77573005b112b (plain)
1
2
3
4
5
6
7
8
#ifndef SELINUX_H
#define SELINUX_H

int loadpolicy();

#define ANACONDA_CONTEXT "system_u:system_r:anaconda_t:s0"

#endif