分类: LINUX
2015-09-11 23:41:08
If you want to allow httpd processes to manage IPA content, you must turn on the httpd_manage_ipa boolean.
setsebool -P httpd_manage_ipa 1
If you want to allow Apache to run in stickshift mode, not transition to passenger, you must turn on the httpd_run_stickshift boolean.
setsebool -P httpd_run_stickshift 1
If you want to allow httpd to access openstack ports, you must turn on the httpd_use_openstack boolean.
setsebool -P httpd_use_openstack 1
If you want to allow Apache to use mod_auth_pam, you must turn on the allow_httpd_mod_auth_pam boolean.
setsebool -P allow_httpd_mod_auth_pam 1
If you want to allow httpd daemon to change system limits, you must turn on the httpd_setrlimit boolean.
setsebool -P httpd_setrlimit 1
If you want to allow httpd to act as a FTP server by listening on the ftp port, you must turn on the httpd_enable_ftp_server boolean.
setsebool -P httpd_enable_ftp_server 1
If you want to allow httpd to access nfs file systems, you must turn on the httpd_use_nfs boolean.
setsebool -P httpd_use_nfs 1
If you want to allow httpd to act as a relay, you must turn on the httpd_can_network_relay boolean.
setsebool -P httpd_can_network_relay 1
If you want to allow http daemon to check spam, you must turn on the httpd_can_check_spam boolean.
setsebool -P httpd_can_check_spam 1
If you want to unify HTTPD to communicate with the terminal. Needed for entering the passphrase for certificates at the terminal, you must turn on the httpd_tty_comm boolean.
setsebool -P httpd_tty_comm 1
If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean.
setsebool -P httpd_unified 1
If you want to allow httpd to connect to memcache server, you must turn on the httpd_can_network_memcache boolean.
setsebool -P httpd_can_network_memcache 1
If you want to allow httpd to run gpg in gpg-web domain, you must turn on the httpd_use_gpg boolean.
setsebool -P httpd_use_gpg 1
If you want to allow httpd to use built in scripting (usually php), you must turn on the httpd_builtin_scripting boolean.
setsebool -P httpd_builtin_scripting 1
If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean.
setsebool -P httpd_can_sendmail 1
If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean.
setsebool -P httpd_enable_cgi 1
If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean.
setsebool -P httpd_read_user_content 1
If you want to allow Apache to query NS records, you must turn on the httpd_verify_dns boolean.
setsebool -P httpd_verify_dns 1
If you want to allow BIND to bind apache port, you must turn on the named_bind_http_port boolean.
setsebool -P named_bind_http_port 1
If you want to allow HTTPD scripts and modules to connect to cobbler over the network, you must turn on the httpd_can_network_connect_cobbler boolean.
setsebool -P httpd_can_network_connect_cobbler 1
If you want to allow Apache to communicate with avahi service via dbus, you must turn on the httpd_dbus_avahi boolean.
setsebool -P httpd_dbus_avahi 1
If you want to allow httpd to read home directories, you must turn on the httpd_enable_homedirs boolean.
setsebool -P httpd_enable_homedirs 1
If you want to allow HTTPD to run SSI executables in the same domain as system CGI scripts, you must turn on the httpd_ssi_exec boolean.
setsebool -P httpd_ssi_exec 1
If you want to allow Apache to execute tmp content, you must turn on the httpd_tmp_exec boolean.
setsebool -P httpd_tmp_exec 1
If you want to allow httpd to access cifs file systems, you must turn on the httpd_use_cifs boolean.
setsebool -P httpd_use_cifs 1
If you want to allow httpd scripts and modules execmem/execstack, you must turn on the httpd_execmem boolean.
setsebool -P httpd_execmem 1
If you want to allow Apache to use mod_auth_ntlm_winbind, you must turn on the allow_httpd_mod_auth_ntlm_winbind boolean.
setsebool -P allow_httpd_mod_auth_ntlm_winbind 1
If you want to allow HTTPD scripts and modules to connect to the network using TCP, you must turn on the httpd_can_network_connect boolean.
setsebool -P httpd_can_network_connect 1
If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean.
setsebool -P httpd_can_network_connect_db 1
If you want to allow ssh with chroot env to apache content, you must turn on the ssh_chroot_manage_apache_content boolean.
setsebool -P ssh_chroot_manage_apache_content 1
If you want to allow httpd processes to manage IPA content, you must turn on the httpd_manage_ipa boolean.
setsebool -P httpd_manage_ipa 1
If you want to allow Apache to run in stickshift mode, not transition to passenger, you must turn on the httpd_run_stickshift boolean.
setsebool -P httpd_run_stickshift 1
If you want to allow httpd to access openstack ports, you must turn on the httpd_use_openstack boolean.
setsebool -P httpd_use_openstack 1
If you want to allow Apache to use mod_auth_pam, you must turn on the allow_httpd_mod_auth_pam boolean.
setsebool -P allow_httpd_mod_auth_pam 1
If you want to allow httpd daemon to change system limits, you must turn on the httpd_setrlimit boolean.
setsebool -P httpd_setrlimit 1
If you want to allow httpd to act as a FTP server by listening on the ftp port, you must turn on the httpd_enable_ftp_server boolean.
setsebool -P httpd_enable_ftp_server 1
If you want to allow httpd to access nfs file systems, you must turn on the httpd_use_nfs boolean.
setsebool -P httpd_use_nfs 1
If you want to allow Apache to modify public files used for public file transfer services. Directories/Files must be labeled public_rw_content_t, you must turn on the allow_httpd_anon_write boolean.
setsebool -P allow_httpd_anon_write 1
If you want to allow httpd to act as a relay, you must turn on the httpd_can_network_relay boolean.
setsebool -P httpd_can_network_relay 1
If you want to allow http daemon to check spam, you must turn on the httpd_can_check_spam boolean.
setsebool -P httpd_can_check_spam 1
If you want to unify HTTPD to communicate with the terminal. Needed for entering the passphrase for certificates at the terminal, you must turn on the httpd_tty_comm boolean.
setsebool -P httpd_tty_comm 1
If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean.
setsebool -P httpd_unified 1
If you want to allow httpd to connect to memcache server, you must turn on the httpd_can_network_memcache boolean.
setsebool -P httpd_can_network_memcache 1
If you want to allow httpd to run gpg in gpg-web domain, you must turn on the httpd_use_gpg boolean.
setsebool -P httpd_use_gpg 1
If you want to allow httpd to use built in scripting (usually php), you must turn on the httpd_builtin_scripting boolean.
setsebool -P httpd_builtin_scripting 1
If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean.
setsebool -P httpd_can_sendmail 1
If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean.
setsebool -P httpd_enable_cgi 1
If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean.
setsebool -P httpd_read_user_content 1
If you want to allow Apache to query NS records, you must turn on the httpd_verify_dns boolean.
setsebool -P httpd_verify_dns 1
If you want to allow BIND to bind apache port, you must turn on the named_bind_http_port boolean.
setsebool -P named_bind_http_port 1
If you want to allow HTTPD scripts and modules to connect to cobbler over the network, you must turn on the httpd_can_network_connect_cobbler boolean.
setsebool -P httpd_can_network_connect_cobbler 1
If you want to allow Apache to communicate with avahi service via dbus, you must turn on the httpd_dbus_avahi boolean.
setsebool -P httpd_dbus_avahi 1
If you want to allow httpd to read home directories, you must turn on the httpd_enable_homedirs boolean.
setsebool -P httpd_enable_homedirs 1
If you want to allow HTTPD to run SSI executables in the same domain as system CGI scripts, you must turn on the httpd_ssi_exec boolean.
setsebool -P httpd_ssi_exec 1
If you want to allow Apache to execute tmp content, you must turn on the httpd_tmp_exec boolean.
setsebool -P httpd_tmp_exec 1
If you want to allow httpd to access cifs file systems, you must turn on the httpd_use_cifs boolean.
setsebool -P httpd_use_cifs 1
If you want to allow apache scripts to write to public content. Directories/Files must be labeled public_rw_content_t, you must turn on the allow_httpd_sys_script_anon_write boolean.
setsebool -P allow_httpd_sys_script_anon_write 1
If you want to allow httpd scripts and modules execmem/execstack, you must turn on the httpd_execmem boolean.
setsebool -P httpd_execmem 1
If you want to allow Apache to use mod_auth_ntlm_winbind, you must turn on the allow_httpd_mod_auth_ntlm_winbind boolean.
setsebool -P allow_httpd_mod_auth_ntlm_winbind 1
If you want to allow HTTPD scripts and modules to connect to the network using TCP, you must turn on the httpd_can_network_connect boolean.
setsebool -P httpd_can_network_connect 1
If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean.
setsebool -P httpd_can_network_connect_db 1
If you want to share files with multiple domains (Apache, FTP, rsync, Samba), you can set a file context of public_content_t and public_content_rw_t. These context allow any of the above domains to read the content. If you want a particular domain to write to the public_content_rw_t domain, you must set the appropriate boolean.
If you want to allow Apache to modify public files used for public file transfer services. Directories/Files must be labeled public_rw_content_t., you must turn on the allow_httpd_anon_write boolean.
setsebool -P allow_httpd_anon_write 1
If you want to allow apache scripts to write to public content. Directories/Files must be labeled public_rw_content_t., you must turn on the allow_httpd_sys_script_anon_write boolean.
setsebool -P allow_httpd_sys_script_anon_write 1
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 httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
The following file types are defined for httpd:
httpd_apcupsd_cgi_content_t
- Set files with the httpd_apcupsd_cgi_content_t type, if you want to treat the files as httpd apcupsd cgi content.
httpd_apcupsd_cgi_htaccess_t
- Set files with the httpd_apcupsd_cgi_htaccess_t type, if you want to treat the file as a httpd apcupsd cgi access file.
httpd_apcupsd_cgi_ra_content_t
- Set files with the httpd_apcupsd_cgi_ra_content_t type, if you want to treat the files as httpd apcupsd cgi read/append content.
httpd_apcupsd_cgi_rw_content_t
- Set files with the httpd_apcupsd_cgi_rw_content_t type, if you want to treat the files as httpd apcupsd cgi read/write content.
httpd_apcupsd_cgi_script_exec_t
- Set files with the httpd_apcupsd_cgi_script_exec_t type, if you want to transition an executable to the httpd_apcupsd_cgi_script_t domain.
httpd_awstats_content_t
- Set files with the httpd_awstats_content_t type, if you want to treat the files as httpd awstats content.
httpd_awstats_htaccess_t
- Set files with the httpd_awstats_htaccess_t type, if you want to treat the file as a httpd awstats access file.
httpd_awstats_ra_content_t
- Set files with the httpd_awstats_ra_content_t type, if you want to treat the files as httpd awstats read/append content.
httpd_awstats_rw_content_t
- Set files with the httpd_awstats_rw_content_t type, if you want to treat the files as httpd awstats read/write content.
httpd_awstats_script_exec_t
- Set files with the httpd_awstats_script_exec_t type, if you want to transition an executable to the httpd_awstats_script_t domain.
httpd_bugzilla_content_t
- Set files with the httpd_bugzilla_content_t type, if you want to treat the files as httpd bugzilla content.
httpd_bugzilla_htaccess_t
- Set files with the httpd_bugzilla_htaccess_t type, if you want to treat the file as a httpd bugzilla access file.
httpd_bugzilla_ra_content_t
- Set files with the httpd_bugzilla_ra_content_t type, if you want to treat the files as httpd bugzilla read/append content.
httpd_bugzilla_rw_content_t
- Set files with the httpd_bugzilla_rw_content_t type, if you want to treat the files as httpd bugzilla read/write content.
httpd_bugzilla_script_exec_t
- Set files with the httpd_bugzilla_script_exec_t type, if you want to transition an executable to the httpd_bugzilla_script_t domain.
httpd_bugzilla_tmp_t
- Set files with the httpd_bugzilla_tmp_t type, if you want to store httpd bugzilla temporary files in the /tmp directories.
httpd_cache_t
- Set files with the httpd_cache_t type, if you want to store the files under the /var/cache directory.
httpd_cobbler_content_t
- Set files with the httpd_cobbler_content_t type, if you want to treat the files as httpd cobbler content.
httpd_cobbler_htaccess_t
- Set files with the httpd_cobbler_htaccess_t type, if you want to treat the file as a httpd cobbler access file.
httpd_cobbler_ra_content_t
- Set files with the httpd_cobbler_ra_content_t type, if you want to treat the files as httpd cobbler read/append content.
httpd_cobbler_rw_content_t
- Set files with the httpd_cobbler_rw_content_t type, if you want to treat the files as httpd cobbler read/write content.
httpd_cobbler_script_exec_t
- Set files with the httpd_cobbler_script_exec_t type, if you want to transition an executable to the httpd_cobbler_script_t domain.
httpd_config_t
- Set files with the httpd_config_t type, if you want to treat the files as httpd configuration data, usually stored under the /etc directory.
httpd_cvs_content_t
- Set files with the httpd_cvs_content_t type, if you want to treat the files as httpd cvs content.
httpd_cvs_htaccess_t
- Set files with the httpd_cvs_htaccess_t type, if you want to treat the file as a httpd cvs access file.
httpd_cvs_ra_content_t
- Set files with the httpd_cvs_ra_content_t type, if you want to treat the files as httpd cvs read/append content.
httpd_cvs_rw_content_t
- Set files with the httpd_cvs_rw_content_t type, if you want to treat the files as httpd cvs read/write content.
httpd_cvs_script_exec_t
- Set files with the httpd_cvs_script_exec_t type, if you want to transition an executable to the httpd_cvs_script_t domain.
httpd_dirsrvadmin_content_t
- Set files with the httpd_dirsrvadmin_content_t type, if you want to treat the files as httpd dirsrvadmin content.
httpd_dirsrvadmin_htaccess_t
- Set files with the httpd_dirsrvadmin_htaccess_t type, if you want to treat the file as a httpd dirsrvadmin access file.
httpd_dirsrvadmin_ra_content_t
- Set files with the httpd_dirsrvadmin_ra_content_t type, if you want to treat the files as httpd dirsrvadmin read/append content.
httpd_dirsrvadmin_rw_content_t
- Set files with the httpd_dirsrvadmin_rw_content_t type, if you want to treat the files as httpd dirsrvadmin read/write content.
httpd_dirsrvadmin_script_exec_t
- Set files with the httpd_dirsrvadmin_script_exec_t type, if you want to transition an executable to the httpd_dirsrvadmin_script_t domain.
httpd_dspam_content_t
- Set files with the httpd_dspam_content_t type, if you want to treat the files as httpd dspam content.
httpd_dspam_htaccess_t
- Set files with the httpd_dspam_htaccess_t type, if you want to treat the file as a httpd dspam access file.
httpd_dspam_ra_content_t
- Set files with the httpd_dspam_ra_content_t type, if you want to treat the files as httpd dspam read/append content.
httpd_dspam_rw_content_t
- Set files with the httpd_dspam_rw_content_t type, if you want to treat the files as httpd dspam read/write content.
httpd_dspam_script_exec_t
- Set files with the httpd_dspam_script_exec_t type, if you want to transition an executable to the httpd_dspam_script_t domain.
httpd_exec_t
- Set files with the httpd_exec_t type, if you want to transition an executable to the httpd_t domain.
httpd_git_content_t
- Set files with the httpd_git_content_t type, if you want to treat the files as httpd git content.
httpd_git_htaccess_t
- Set files with the httpd_git_htaccess_t type, if you want to treat the file as a httpd git access file.
httpd_git_ra_content_t
- Set files with the httpd_git_ra_content_t type, if you want to treat the files as httpd git read/append content.
httpd_git_rw_content_t
- Set files with the httpd_git_rw_content_t type, if you want to treat the files as httpd git read/write content.
httpd_git_script_exec_t
- Set files with the httpd_git_script_exec_t type, if you want to transition an executable to the httpd_git_script_t domain.
httpd_helper_exec_t
- Set files with the httpd_helper_exec_t type, if you want to transition an executable to the httpd_helper_t domain.
httpd_initrc_exec_t
- Set files with the httpd_initrc_exec_t type, if you want to transition an executable to the httpd_initrc_t domain.
httpd_keytab_t
- Set files with the httpd_keytab_t type, if you want to treat the files as kerberos keytab files.
httpd_lock_t
- Set files with the httpd_lock_t type, if you want to treat the files as httpd lock data, stored under the /var/lock directory
httpd_log_t
- Set files with the httpd_log_t type, if you want to treat the data as httpd log data, usually stored under the /var/log directory.
httpd_mediawiki_content_t
- Set files with the httpd_mediawiki_content_t type, if you want to treat the files as httpd mediawiki content.
httpd_mediawiki_htaccess_t
- Set files with the httpd_mediawiki_htaccess_t type, if you want to treat the file as a httpd mediawiki access file.
httpd_mediawiki_ra_content_t
- Set files with the httpd_mediawiki_ra_content_t type, if you want to treat the files as httpd mediawiki read/append content.
httpd_mediawiki_rw_content_t
- Set files with the httpd_mediawiki_rw_content_t type, if you want to treat the files as httpd mediawiki read/write content.
httpd_mediawiki_script_exec_t
- Set files with the httpd_mediawiki_script_exec_t type, if you want to transition an executable to the httpd_mediawiki_script_t domain.
httpd_mediawiki_tmp_t
- Set files with the httpd_mediawiki_tmp_t type, if you want to store httpd mediawiki temporary files in the /tmp directories.
httpd_modules_t
- Set files with the httpd_modules_t type, if you want to treat the files as httpd modules.
httpd_munin_content_t
- Set files with the httpd_munin_content_t type, if you want to treat the files as httpd munin content.
httpd_munin_htaccess_t
- Set files with the httpd_munin_htaccess_t type, if you want to treat the file as a httpd munin access file.
httpd_munin_ra_content_t
- Set files with the httpd_munin_ra_content_t type, if you want to treat the files as httpd munin read/append content.
httpd_munin_rw_content_t
- Set files with the httpd_munin_rw_content_t type, if you want to treat the files as httpd munin read/write content.
httpd_munin_script_exec_t
- Set files with the httpd_munin_script_exec_t type, if you want to transition an executable to the httpd_munin_script_t domain.
httpd_nagios_content_t
- Set files with the httpd_nagios_content_t type, if you want to treat the files as httpd nagios content.
httpd_nagios_htaccess_t
- Set files with the httpd_nagios_htaccess_t type, if you want to treat the file as a httpd nagios access file.
httpd_nagios_ra_content_t
- Set files with the httpd_nagios_ra_content_t type, if you want to treat the files as httpd nagios read/append content.
httpd_nagios_rw_content_t
- Set files with the httpd_nagios_rw_content_t type, if you want to treat the files as httpd nagios read/write content.
httpd_nagios_script_exec_t
- Set files with the httpd_nagios_script_exec_t type, if you want to transition an executable to the httpd_nagios_script_t domain.
httpd_nutups_cgi_content_t
- Set files with the httpd_nutups_cgi_content_t type, if you want to treat the files as httpd nutups cgi content.
httpd_nutups_cgi_htaccess_t
- Set files with the httpd_nutups_cgi_htaccess_t type, if you want to treat the file as a httpd nutups cgi access file.
httpd_nutups_cgi_ra_content_t
- Set files with the httpd_nutups_cgi_ra_content_t type, if you want to treat the files as httpd nutups cgi read/append content.
httpd_nutups_cgi_rw_content_t
- Set files with the httpd_nutups_cgi_rw_content_t type, if you want to treat the files as httpd nutups cgi read/write content.
httpd_nutups_cgi_script_exec_t
- Set files with the httpd_nutups_cgi_script_exec_t type, if you want to transition an executable to the httpd_nutups_cgi_script_t domain.
httpd_openshift_content_t
- Set files with the httpd_openshift_content_t type, if you want to treat the files as httpd openshift content.
httpd_openshift_htaccess_t
- Set files with the httpd_openshift_htaccess_t type, if you want to treat the file as a httpd openshift access file.
httpd_openshift_ra_content_t
- Set files with the httpd_openshift_ra_content_t type, if you want to treat the files as httpd openshift read/append content.
httpd_openshift_rw_content_t
- Set files with the httpd_openshift_rw_content_t type, if you want to treat the files as httpd openshift read/write content.
httpd_openshift_script_exec_t
- Set files with the httpd_openshift_script_exec_t type, if you want to transition an executable to the httpd_openshift_script_t domain.
httpd_php_exec_t
- Set files with the httpd_php_exec_t type, if you want to transition an executable to the httpd_php_t domain.
httpd_php_tmp_t
- Set files with the httpd_php_tmp_t type, if you want to store httpd php temporary files in the /tmp directories.
httpd_prewikka_content_t
- Set files with the httpd_prewikka_content_t type, if you want to treat the files as httpd prewikka content.
httpd_prewikka_htaccess_t
- Set files with the httpd_prewikka_htaccess_t type, if you want to treat the file as a httpd prewikka access file.
httpd_prewikka_ra_content_t
- Set files with the httpd_prewikka_ra_content_t type, if you want to treat the files as httpd prewikka read/append content.
httpd_prewikka_rw_content_t
- Set files with the httpd_prewikka_rw_content_t type, if you want to treat the files as httpd prewikka read/write content.
httpd_prewikka_script_exec_t
- Set files with the httpd_prewikka_script_exec_t type, if you want to transition an executable to the httpd_prewikka_script_t domain.
httpd_rotatelogs_exec_t
- Set files with the httpd_rotatelogs_exec_t type, if you want to transition an executable to the httpd_rotatelogs_t domain.
httpd_smokeping_cgi_content_t
- Set files with the httpd_smokeping_cgi_content_t type, if you want to treat the files as httpd smokeping cgi content.
httpd_smokeping_cgi_htaccess_t
- Set files with the httpd_smokeping_cgi_htaccess_t type, if you want to treat the file as a httpd smokeping cgi access file.
httpd_smokeping_cgi_ra_content_t
- Set files with the httpd_smokeping_cgi_ra_content_t type, if you want to treat the files as httpd smokeping cgi read/append content.
httpd_smokeping_cgi_rw_content_t
- Set files with the httpd_smokeping_cgi_rw_content_t type, if you want to treat the files as httpd smokeping cgi read/write content.
httpd_smokeping_cgi_script_exec_t
- Set files with the httpd_smokeping_cgi_script_exec_t type, if you want to transition an executable to the httpd_smokeping_cgi_script_t domain.
httpd_squid_content_t
- Set files with the httpd_squid_content_t type, if you want to treat the files as httpd squid content.
httpd_squid_htaccess_t
- Set files with the httpd_squid_htaccess_t type, if you want to treat the file as a httpd squid access file.
httpd_squid_ra_content_t
- Set files with the httpd_squid_ra_content_t type, if you want to treat the files as httpd squid read/append content.
httpd_squid_rw_content_t
- Set files with the httpd_squid_rw_content_t type, if you want to treat the files as httpd squid read/write content.
httpd_squid_script_exec_t
- Set files with the httpd_squid_script_exec_t type, if you want to transition an executable to the httpd_squid_script_t domain.
httpd_squirrelmail_t
- Set files with the httpd_squirrelmail_t type, if you want to treat the files as httpd squirrelmail data.
httpd_suexec_exec_t
- Set files with the httpd_suexec_exec_t type, if you want to transition an executable to the httpd_suexec_t domain.
httpd_suexec_tmp_t
- Set files with the httpd_suexec_tmp_t type, if you want to store httpd suexec temporary files in the /tmp directories.
httpd_sys_content_t
- Set files with the httpd_sys_content_t type, if you want to treat the files as httpd sys content.
httpd_sys_htaccess_t
- Set files with the httpd_sys_htaccess_t type, if you want to treat the file as a httpd sys access file.
httpd_sys_ra_content_t
- Set files with the httpd_sys_ra_content_t type, if you want to treat the files as httpd sys read/append content.
httpd_sys_rw_content_t
- Set files with the httpd_sys_rw_content_t type, if you want to treat the files as httpd sys read/write content.
httpd_sys_script_exec_t
- Set files with the httpd_sys_script_exec_t type, if you want to transition an executable to the httpd_sys_script_t domain.
httpd_tmp_t
- Set files with the httpd_tmp_t type, if you want to store httpd temporary files in the /tmp directories.
httpd_tmpfs_t
- Set files with the httpd_tmpfs_t type, if you want to store httpd files on a tmpfs file system.
httpd_unconfined_script_exec_t
- Set files with the httpd_unconfined_script_exec_t type, if you want to transition an executable to the httpd_unconfined_script_t domain.
httpd_user_content_t
- Set files with the httpd_user_content_t type, if you want to treat the files as httpd user content.
httpd_user_htaccess_t
- Set files with the httpd_user_htaccess_t type, if you want to treat the file as a httpd user access file.
httpd_user_ra_content_t
- Set files with the httpd_user_ra_content_t type, if you want to treat the files as httpd user read/append content.
httpd_user_rw_content_t
- Set files with the httpd_user_rw_content_t type, if you want to treat the files as httpd user read/write content.
httpd_user_script_exec_t
- Set files with the httpd_user_script_exec_t type, if you want to transition an executable to the httpd_user_script_t domain.
httpd_var_lib_t
- Set files with the httpd_var_lib_t type, if you want to store the httpd files under the /var/lib directory.
httpd_var_run_t
- Set files with the httpd_var_run_t type, if you want to store the httpd files under the /run directory.
httpd_w3c_validator_content_t
- Set files with the httpd_w3c_validator_content_t type, if you want to treat the files as httpd w3c validator content.
httpd_w3c_validator_htaccess_t
- Set files with the httpd_w3c_validator_htaccess_t type, if you want to treat the file as a httpd w3c validator access file.
httpd_w3c_validator_ra_content_t
- Set files with the httpd_w3c_validator_ra_content_t type, if you want to treat the files as httpd w3c validator read/append content.
httpd_w3c_validator_rw_content_t
- Set files with the httpd_w3c_validator_rw_content_t type, if you want to treat the files as httpd w3c validator read/write content.
httpd_w3c_validator_script_exec_t
- Set files with the httpd_w3c_validator_script_exec_t type, if you want to transition an executable to the httpd_w3c_validator_script_t domain.
httpd_w3c_validator_tmp_t
- Set files with the httpd_w3c_validator_tmp_t type, if you want to store httpd w3c validator temporary files in the /tmp directories.
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 userestorecon to apply the labels.
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 httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
The following port types are defined for httpd:
The SELinux process type httpd_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.
dirsrv_config_t
/etc/dirsrv(/.*)?
/var/log/dirsrv(/.*)?
/var/run/slapd.*
/var/run/dirsrv(/.*)?
/etc/dirsrv/dsgw(/.*)?
/etc/dirsrv/admin-serv(/.*)?
httpd_apcupsd_cgi_rw_content_t
httpd_awstats_rw_content_t
httpd_bugzilla_rw_content_t
/var/lib/bugzilla(/.*)?
/var/cache/rt3(/.*)?
/var/cache/ssl.*.sem
/var/cache/mod_.*
/var/cache/php-.*
/var/cache/httpd(/.*)?
/var/cache/mason(/.*)?
/var/cache/mod_ssl(/.*)?
/var/cache/lighttpd(/.*)?
/var/cache/mediawiki(/.*)?
/var/cache/mod_proxy(/.*)?
/var/cache/mod_gnutls(/.*)?
/var/cache/php-mmcache(/.*)?
/var/cache/php-eaccelerator(/.*)?
httpd_cvs_rw_content_t
httpd_dirsrvadmin_rw_content_t
httpd_dspam_rw_content_t
httpd_git_rw_content_t
/var/cache/cgit(/.*)?
httpd_mediawiki_rw_content_t
/var/www/wiki(/.*)?
httpd_nagios_rw_content_t
httpd_nutups_cgi_rw_content_t
httpd_openshift_rw_content_t
httpd_prewikka_rw_content_t
httpd_smokeping_cgi_rw_content_t
httpd_squid_rw_content_t
httpd_squirrelmail_t
/var/lib/squirrelmail/prefs(/.*)?
/etc/drupal.*
/var/lib/svn(/.*)?
/var/www/svn(/.*)?
/etc/dokuwiki(/.*)?
/var/lib/koji(/.*)?
/etc/mock/koji(/.*)?
/var/www/html/[^/]*/sites/default/files(/.*)?
/var/www/html/[^/]*/sites/default/settings.php
/var/lib/drupal.*
/etc/zabbix/web(/.*)?
/var/log/z-push(/.*)?
/var/spool/gosa(/.*)?
/var/spool/viewvc(/.*)?
/var/www/moodledata(/.*)?
/var/www/gallery/albums(/.*)?
/usr/share/wordpress-mu/wp-content(/.*)?
/usr/share/wordpress/wp-content/uploads(/.*)?
/usr/share/wordpress/wp-content/upgrade(/.*)?
/var/www/html/configuration.php
httpd_tmpfs_t
httpd_user_rw_content_t
httpd_var_lib_t
/var/lib/dav(/.*)?
/var/lib/httpd(/.*)?
/var/lib/z-push(/.*)?
/var/lib/cherokee(/.*)?
/var/lib/rt3/data/RT-Shredder(/.*)?
/var/run/mod_.*
/var/run/wsgi.*
/var/run/httpd.*
/var/run/apache.*
/var/run/lighttpd(/.*)?
/var/lib/php/session(/.*)?
/var/run/gcache_port
httpdcontent
initrc_tmp_t
mnt_t
/mnt(/[^/]*)
/mnt(/[^/]*)?
/rhev(/[^/]*)?
/media(/[^/]*)
/media(/[^/]*)?
/etc/rhgb(/.*)?
/media/.hal-.*
/net
/afs
/misc
/rhev
passenger_var_run_t
/var/run/passenger(/.*)?
/
/initrd
/var/spool/squirrelmail(/.*)?
/tmp
/usr/tmp
/var/tmp
/var/tmp/vi.recover
/var/lib/zarafa(/.*)?
/var/lib/zarafa-webapp(/.*)?
/var/lib/zarafa-webaccess(/.*)?
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
semanage boolean can also be used to manipulate the booleans
system-config-selinux is a GUI tool available to customize SELinux policy settings.
See Also
selinux(8), httpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8) , setsebool(8),httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_script_selinux(8),httpd_cobbler_script_selinux(8), httpd_cvs_script_selinux(8), httpd_dirsrvadmin_script_selinux(8),httpd_dspam_script_selinux(8), httpd_git_script_selinux(8), httpd_helper_selinux(8),httpd_mediawiki_script_selinux(8), httpd_munin_script_selinux(8), httpd_nagios_script_selinux(8),httpd_nutups_cgi_script_selinux(8), httpd_openshift_script_selinux(8), httpd_php_selinux(8),httpd_prewikka_script_selinux(8), httpd_rotatelogs_selinux(8), httpd_smokeping_cgi_script_selinux(8),httpd_squid_script_selinux(8), httpd_suexec_selinux(8), httpd_sys_script_selinux(8),httpd_unconfined_script_selinux(8), httpd_user_script_selinux(8), httpd_w3c_validator_script_selinux(8)