1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/runcon.md
코드싸이 624a50f563
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
2024-11-09 22:28:34 +09:00

21 lines
542 B
Markdown

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