1selinux_colors_path(3)     Library Functions Manual     selinux_colors_path(3)
2
3
4

NAME

6       selinux_colors_path  - Return a path to the active SELinux policy color
7       configuration file
8

SYNOPSIS

10       #include <selinux/selinux.h>
11
12       const char *selinux_colors_path(void);
13

DESCRIPTION

15       selinux_colors_path() returns the path to the active policy color  con‐
16       figuration file.
17
18       The path is built from the path returned by selinux_policy_root(3) with
19       /secolor.conf appended.
20
21       This  optional  configuration   file   whose   format   is   shown   in
22       secolor.conf(5), controls the colors to be associated with the raw con‐
23       text components of the  selinux_raw_context_to_color(3)  function  when
24       information is to be displayed by an SELinux color-aware application.
25

RETURN VALUE

27       On  success,  the path to the active policy color configuration file is
28       returned. If a path is not available NULL is returned.
29

ERRORS

31       None.
32

SEE ALSO

34       selinux(8), selinux_policy_root(3), selinux_config(5),
35       selinux_raw_context_to_color(3), secolor.conf(5)
36
37
38
39SELinux API documentation        08 April 2011          selinux_colors_path(3)
Impressum