summaryrefslogtreecommitdiff
path: root/src/context_internal.h
blob: 3c71e80270809fe0b1de2510d14dc624f4d88ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <selinux/context.h>
#include "dso.h"

hidden_proto(context_new)
    hidden_proto(context_free)
    hidden_proto(context_str)
    hidden_proto(context_type_set)
    hidden_proto(context_type_get)
    hidden_proto(context_role_set)
    hidden_proto(context_role_get)
    hidden_proto(context_user_set)
    hidden_proto(context_user_get)
    hidden_proto(context_range_set)
    hidden_proto(context_range_get)