1irssi_selinux(8) SELinux Policy irssi irssi_selinux(8)
2
3
4
6 irssi_selinux - Security Enhanced Linux Policy for the irssi processes
7
9 Security-Enhanced Linux secures the irssi processes via flexible manda‐
10 tory access control.
11
12 The irssi processes execute with the irssi_t SELinux type. You can
13 check if you have these processes running by executing the ps command
14 with the -Z qualifier.
15
16 For example:
17
18 ps -eZ | grep irssi_t
19
20
21
23 The irssi_t SELinux type can be entered via the irssi_exec_t file type.
24
25 The default entrypoint paths for the irssi_t domain are the following:
26
27
28
30 SELinux defines process types (domains) for each process running on the
31 system
32
33 You can see the context of a process using the -Z option to ps
34
35 Policy governs the access confined processes have to files. SELinux
36 irssi policy is very flexible allowing users to setup their irssi pro‐
37 cesses in as secure a method as possible.
38
39 The following process types are defined for irssi:
40
41 irssi_t
42
43 Note: semanage permissive -a irssi_t can be used to make the process
44 type irssi_t permissive. SELinux does not deny access to permissive
45 process types, but the AVC (SELinux denials) messages are still gener‐
46 ated.
47
48
50 SELinux policy is customizable based on least access required. irssi
51 policy is extremely flexible and has several booleans that allow you to
52 manipulate the policy and run irssi with the tightest access possible.
53
54
55
56 If you want to allow the Irssi IRC Client to connect to any port, and
57 to bind to any unreserved port, you must turn on the
58 irssi_use_full_network boolean. Disabled by default.
59
60 setsebool -P irssi_use_full_network 1
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
72 The SELinux process type irssi_t can manage files labeled with the fol‐
73 lowing file types. The paths listed are the default paths for these
74 file types. Note the processes UID still need to have DAC permissions.
75
76 cifs_t
77
78
79 ecryptfs_t
80
81 /home/[^/]+/.Private(/.*)?
82 /home/[^/]+/.ecryptfs(/.*)?
83
84 fusefs_t
85
86 /var/run/user/[^/]*/gvfs
87
88 irssi_home_t
89
90
91 nfs_t
92
93
94
96 semanage fcontext can also be used to manipulate default file context
97 mappings.
98
99 semanage permissive can also be used to manipulate whether or not a
100 process type is permissive.
101
102 semanage module can also be used to enable/disable/install/remove pol‐
103 icy modules.
104
105 semanage boolean can also be used to manipulate the booleans
106
107
108 system-config-selinux is a GUI tool available to customize SELinux pol‐
109 icy settings.
110
111
113 This manual page was auto-generated using sepolicy manpage .
114
115
117 selinux(8), irssi(8), semanage(8), restorecon(8), chcon(1), sepol‐
118 icy(8), setsebool(8)
119
120
121
122irssi 20-05-05 irssi_selinux(8)