-
Bug
-
Resolution: Unresolved
-
Minor
-
RH342 - RHEL8.4-en-4-20240626
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/rh342-8.4/pages/ch09 |
Reporter RHNID: | aquadri |
Section Title: | Repairing SELinux Issues |
Issue description
Internal user Feedback
Description: In section "Understanding SElinux Rules"
In the statement: The seinfo -t and seinfo -b commands list all types and Booleans. Passing a type name with the -t option displays that type's details and configured aliases.
The -t option alone does not display the configured alias it appears it will just print the name if the match found. To have details like alias, additional option -x needs to be passed like:
- seinfo -t httpd_sys_content_t -x
Types: 1
type httpd_sys_content_t alias { httpd_fastcgi_content_t httpd_httpd_sys_script_ro_t httpd_fastcgi_script_ro_t }, httpdcontent, httpd_content_type, entry_type, exec_type, file_type, non_auth_file_type, non_security_file_type;
Steps to reproduce:
Workaround:
Expected result: