osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
21
pages.ko/osx/spctl.md
Normal file
21
pages.ko/osx/spctl.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# spctl
|
||||
|
||||
> 보안 평가 정책 하위 시스템 관리.
|
||||
> macOS에서 Gatekeeper를 관리하는 도구.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/spctl.8.html>.
|
||||
|
||||
- Gatekeeper 비활성화:
|
||||
|
||||
`spctl --master-disable`
|
||||
|
||||
- 애플리케이션 실행을 허용하는 규칙 추가 (규칙의 라벨 지정은 선택 사항):
|
||||
|
||||
`spctl --add --label {{규칙_이름}} {{경로/대상/파일}}`
|
||||
|
||||
- Gatekeeper 활성화:
|
||||
|
||||
`spctl --master-enable`
|
||||
|
||||
- 시스템의 모든 규칙 나열:
|
||||
|
||||
`spctl --list`
|
Reference in New Issue
Block a user