| Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
|---|---|---|---|---|---|---|---|---|---|
| main/plugins GPL-2.0-or-later | 48% | 6,345 | 193,861 | 1,292,365 | 6,326 | 834 | 293 | 0 | |
| main/setroubleshoot GPL-2.0-or-later | 76% | 2,171 | 10,107 | 63,719 | 2,120 | 253 | 0 | 0 | |
| rhel8/plugins | 48% | 6,326 | 193,532 | 1,290,169 | 6,326 | 735 | 270 | 0 | |
| rhel8/setroubleshoot | 76% | 2,110 | 9,802 | 62,202 | 2,110 | 213 | 275 | 0 | |
| rhel9/plugins | 48% | 6,326 | 193,532 | 1,290,169 | 6,326 | 927 | 270 | 0 | |
| rhel9/setroubleshoot | 76% | 2,171 | 10,107 | 63,719 | 2,119 | 259 | 303 | 0 | |
| Glossary setroubleshoot Glossary GPL-2.0-or-later | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
Summary
| Project website | gitlab.com/setroubleshoot | |
|---|---|---|
| Instructions for translators | Mailing list for translators: <trans@lists.fedoraproject.org |
|
| Project maintainers2 |
|
|
01/22/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 63,794 | 1,126,130 | 7,498,084 | |||
| Source | 1,191 | 20,887 | 139,098 | |||
| Translated | 60% | 38,345 | 45% | 515,189 | 45% | 3,435,741 |
| Needs editing | 1% | 122 | 1% | 800 | 1% | 4,497 |
| Read-only | 1% | 1,191 | 1% | 20,887 | 1% | 139,098 |
| Failing checks | 5% | 3,221 | 8% | 101,331 | 9% | 690,636 |
| Strings with suggestions | 2% | 1,411 | 2% | 28,077 | 2% | 194,260 |
| Untranslated strings | 39% | 25,327 | 54% | 610,141 | 54% | 4,057,846 |
Quick numbers
1,126 k
Hosted words
63,794
Hosted strings
60%
Translated
7
Components
54
Languages
378
Translations
0
Screenshots
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+60%
—
Contributors
—
|
Translation changed |
|
|
Propagated change |
|
|
Propagated change |
|
|
Translation changed |
|
|
Propagated change |
|
|
Propagated change |
|
|
Translation changed |
|
|
Propagated change |
|
|
Propagated change |
|
|
Translation changed |
|
SELinux prevented httpd $ACCESS access to http files.
Ordinarily httpd is allowed full access to all files labeled with http file
context. This machine has a tightened security policy with the $BOOLEAN
turned off, this requires explicit labeling of all files. If a file is
a cgi script it needs to be labeled with httpd_TYPE_script_exec_t in order
to be executed. If it is read only content, it needs to be labeled
httpd_TYPE_content_t. If it is writable content, it needs to be labeled
httpd_TYPE_script_rw_t or httpd_TYPE_script_ra_t. You can use the
chcon command to change these context. Please refer to the man page
"man httpd_selinux" or
<a href="http://fedora.redhat.com/docs/selinux-apache-fc3">FAQ</a>
"TYPE" refers to one of "sys", "user" or "staff" or potentially other
script types.
SELinux가 http 파일에 대한 httpd $ACCESS 접근을 막았습니다.
일반적으로 httpd는 http 파일 문맥으로 명명된 모든 파일에 대한 전체 접근이
허용됩니다. 이 장비은 $BOOLEAN으로 강화된 보안 정책을 가지고
있으며, 이를 위해서는 모든 파일에 대한 명시적인 분류 지정이 필요합니다. 만약 파일이
cgi 스크립트이면 실행될 수 있도록 httpd_TYPE_script_exec_t로 분류되어야
합니다. 만약 읽기 전용 내용인 경우라면, httpd_TYPE_content_t로
분류되어야 합니다. 만약 쓰기 가능한 내용이면, httpd_TYPE_script_rw_t 또는
httpd_TYPE_script_ra_t로 재분류 되어야 합니다. 당신은 chcon 명령을
사용하여 이들 내용을 변경 할 수 있습니다. man 부분을
"man httpd_selinux" 또는
<a href="http://fedora.redhat.com/docs/selinux-apache-fc3">자주하는 질문(FAQ)</a>"
TYPE"은 "sys", "user" 또는 "staff" 또는 잠재적으로 다른 스크립트 유형 중
하나를 나타냅니다.