rlogind_selinux(8) - Linux man page
Name
rlogind_selinux - Security Enhanced Linux Policy for the rlogind processes
Description
Security-Enhanced Linux secures the rlogind processes via flexible mandatory access control.
The rlogind processes execute with the rlogind_t SELinux type. You can check if you have these processes running by executing the ps command with the -Z qualifier.
For example:
ps -eZ | grep rlogind_t
Entrypoints
The rlogind_t SELinux type can be entered via the "rlogind_exec_t" file type. The default entrypoint paths for the rlogind_t domain are the following:"
/usr/lib(64)?/telnetlogin, /usr/sbin/in.rlogind, /usr/kerberos/sbin/klogind
Process Types
SELinux defines process types (domains) for each process running on the system
You can see the context of a process using the -Z option to ps
Policy governs the access confined processes have to files. SELinux rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
The following process types are defined for rlogind:
rlogind_t
Note: semanage permissive -a rlogind_t
can be used to make the process type rlogind_t permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
File Contexts
SELinux requires files to have an extended attribute to define the file type.
You can see the context of a file using the -Z option to ls
Policy governs the access confined processes have to these files. SELinux rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
The following file types are defined for rlogind:
rlogind_exec_t
- Set files with the rlogind_exec_t type, if you want to transition an executable to the rlogind_t domain.
rlogind_home_t
- Set files with the rlogind_home_t type, if you want to store rlogind files in the users home directory.
rlogind_keytab_t
- Set files with the rlogind_keytab_t type, if you want to treat the files as kerberos keytab files.
rlogind_tmp_t
- Set files with the rlogind_tmp_t type, if you want to store rlogind temporary files in the /tmp directories.
rlogind_var_run_t
- Set files with the rlogind_var_run_t type, if you want to store the rlogind files under the /run directory.
Note: File context can be temporarily modified with the chcon command. If you want to permanently change the file context you need to use the semanage fcontext command. This will modify the SELinux labeling database. You will need to use restorecon to apply the labels.
Port Types
SELinux defines port types to represent TCP and UDP ports.
You can see the types associated with a port by using the following command:
semanage port -l
Policy governs the access confined processes have to these ports. SELinux rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
The following port types are defined for rlogind:
- rlogind_port_t
- Default Defined Ports:
- tcp 513
Managed Files
The SELinux process type rlogind_t can manage files labeled with the following file types. The paths listed are the default paths for these file types. Note the processes UID still need to have DAC permissions.
auth_cache_t
/var/cache/coolkey(/.*)?
- faillog_t
/var/log/btmp.*
/var/log/faillog.*
/var/log/tallylog.*
/var/run/faillock(/.*)?
- initrc_tmp_t
initrc_var_run_t
/var/run/utmp
/var/run/random-seed
/var/run/runlevel.dir
/var/run/setmixer_flag
- krb5_host_rcache_t
/var/cache/krb5rcache(/.*)?
/var/tmp/host_0
/var/tmp/HTTP_23
- lastlog_t
/var/log/lastlog.*
- mnt_t
/mnt(/[^/]*)
/mnt(/[^/]*)?
/rhev(/[^/]*)?
/media(/[^/]*)
/media(/[^/]*)?
/etc/rhgb(/.*)?
/media/.hal-.*
/net
/afs
/misc
/rhev
- pam_var_run_t
/var/run/sudo(/.*)?
/var/run/sepermit(/.*)?
/var/run/pam_mount(/.*)?
- pcscd_var_run_t
/var/run/pcscd.events(/.*)?
/var/run/pcscd.pid
/var/run/pcscd.pub
/var/run/pcscd.comm
- rlogind_tmp_t
rlogind_var_run_t
security_t
tmp_t
/tmp
/usr/tmp
/var/tmp
/var/tmp/vi.recover
- var_auth_t
/var/lib/abl(/.*)?
/var/lib/pam_ssh(/.*)?
/var/run/pam_ssh(/.*)?
/var/lib/pam_shield(/.*)?
/var/opt/quest/vas/vasd(/.*)?
- wtmp_t
/var/log/wtmp.*
Commands
semanage fcontext can also be used to manipulate default file context mappings.
semanage permissive can also be used to manipulate whether or not a process type is permissive.
semanage module can also be used to enable/disable/install/remove policy modules.
semanage port can also be used to manipulate the port definitions
system-config-selinux is a GUI tool available to customize SELinux policy settings.
Author
This manual page was auto-generated using sepolicy manpage by mgrepl.
See Also
selinux(8), rlogind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)