rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

21
pages.ko/linux/runcon.md Normal file
View File

@@ -0,0 +1,21 @@
# runcon
> 프로그램을 다른 SELinux 보안 컨텍스트에서 실행.
> 같이 보기: `secon`.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/runcon>.
- 현재 실행 컨텍스트의 보안 컨텍스트를 출력:
`runcon`
- 명령을 실행할 도메인 지정:
`runcon -t {{도메인}}_t {{명령어}}`
- 명령을 실행할 컨텍스트 역할 지정:
`runcon -r {{역할}}_r {{명령어}}`
- 명령을 실행할 전체 컨텍스트 지정:
`runcon {{사용자}}_u:{{역할}}_r:{{도메인}}_t {{명령어}}`