Content-type: text/html
Security-Enhanced Linux secures the vmware processes via flexible mandatory access control.
You can see the context of a file using the -Z option to lsP Policy governs the access confined processes have to these files. SELinux vmware policy is very flexible allowing users to setup their vmware processes in as secure a method as possible.
The following file types are defined for vmware:
vmware_conf_t
- Set files with the vmware_conf_t type, if you want to treat the files as vmware configuration data, usually stored under the /etc directory.
vmware_exec_t
- Set files with the vmware_exec_t type, if you want to transition an executable to the vmware_t domain.
vmware_file_t
- Set files with the vmware_file_t type, if you want to treat the files as vmware content.
vmware_host_exec_t
- Set files with the vmware_host_exec_t type, if you want to transition an executable to the vmware_host_t domain.
vmware_host_pid_t
- Set files with the vmware_host_pid_t type, if you want to store the vmware host files under the /run directory.
vmware_host_tmp_t
- Set files with the vmware_host_tmp_t type, if you want to store vmware host temporary files in the /tmp directories.
vmware_log_t
- Set files with the vmware_log_t type, if you want to treat the data as vmware log data, usually stored under the /var/log directory.
vmware_pid_t
- Set files with the vmware_pid_t type, if you want to store the vmware files under the /run directory.
vmware_sys_conf_t
- Set files with the vmware_sys_conf_t type, if you want to treat the files as vmware sys configuration data, usually stored under the /etc directory.
vmware_tmp_t
- Set files with the vmware_tmp_t type, if you want to store vmware temporary files in the /tmp directories.
vmware_tmpfs_t
- Set files with the vmware_tmpfs_t type, if you want to store vmware files on a tmpfs file system.
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.
You can see the context of a process using the -Z option to psP Policy governs the access confined processes have to files. SELinux vmware policy is very flexible allowing users to setup their vmware processes in as secure a method as possible.
The following process types are defined for vmware:
vmware_t, vmware_host_t
Note: semanage permissive -a PROCESS_TYPE can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
Th