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

int setexeccon(char * context);
int loadpolicy();

#define ANACONDA_CONTEXT "system_u:object_r:anaconda_t"

#endif