1NetworkManager_dSiEsLpiantucxhePro_lciocnysoNleet_wsoNerelktiMwnaounrxak(gM8ea)rn_adgiesrp_adticshpeart_cchoenrs_ocloensole_selinux(8)
2
3
4

NAME

6       NetworkManager_dispatcher_console_selinux  -  Security  Enhanced  Linux
7       Policy for the NetworkManager_dispatcher_console processes
8

DESCRIPTION

10       Security-Enhanced Linux secures  the  NetworkManager_dispatcher_console
11       processes via flexible mandatory access control.
12
13       The  NetworkManager_dispatcher_console  processes execute with the Net‐
14       workManager_dispatcher_console_t SELinux type. You  can  check  if  you
15       have  these  processes  running by executing the ps command with the -Z
16       qualifier.
17
18       For example:
19
20       ps -eZ | grep NetworkManager_dispatcher_console_t
21
22
23

ENTRYPOINTS

25       The NetworkManager_dispatcher_console_t SELinux type can be entered via
26       the NetworkManager_dispatcher_console_script_t file type.
27
28       The  default  entrypoint  paths  for the NetworkManager_dispatcher_con‐
29       sole_t domain are the following:
30
31       /etc/NetworkManager/dispatcher.d/90-console-login-helper-messages-gen‐
32       snippet_if
33

PROCESS TYPES

35       SELinux defines process types (domains) for each process running on the
36       system
37
38       You can see the context of a process using the -Z option to ps
39
40       Policy governs the access confined processes have  to  files.   SELinux
41       NetworkManager_dispatcher_console  policy  is  very  flexible  allowing
42       users to setup their NetworkManager_dispatcher_console processes in  as
43       secure a method as possible.
44
45       The   following  process  types  are  defined  for  NetworkManager_dis‐
46       patcher_console:
47
48       NetworkManager_dispatcher_console_t
49
50       Note: semanage permissive -a NetworkManager_dispatcher_console_t can be
51       used  to make the process type NetworkManager_dispatcher_console_t per‐
52       missive. SELinux does not deny access to permissive process types,  but
53       the AVC (SELinux denials) messages are still generated.
54
55

BOOLEANS

57       SELinux  policy  is  customizable based on least access required.  Net‐
58       workManager_dispatcher_console policy is  extremely  flexible  and  has
59       several  booleans  that allow you to manipulate the policy and run Net‐
60       workManager_dispatcher_console with the tightest access possible.
61
62
63
64       If you want to allow all domains to execute in fips_mode, you must turn
65       on the fips_mode boolean. Enabled by default.
66
67       setsebool -P fips_mode 1
68
69
70

MANAGED FILES

72       The SELinux process type NetworkManager_dispatcher_console_t can manage
73       files labeled with the following file types.  The paths listed are  the
74       default  paths for these file types.  Note the processes UID still need
75       to have DAC permissions.
76
77       NetworkManager_dispatcher_console_var_run_t
78
79            /var/run/console-login-helper-messages(/.*)?
80
81

FILE CONTEXTS

83       SELinux requires files to have an extended attribute to define the file
84       type.
85
86       You can see the context of a file using the -Z option to ls
87
88       Policy  governs  the  access  confined  processes  have to these files.
89       SELinux NetworkManager_dispatcher_console policy is very  flexible  al