File: context_internal.h

package info (click to toggle)
libselinux 1.32-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,192 kB
  • ctags: 2,205
  • sloc: ansic: 13,005; sh: 195; makefile: 133; python: 103
file content (14 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (15)
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)