Mac 関係覚え書き

SIP 覚え書き

参考: https://www.crstin.com/en/disable-sip-gatekeeper/

https://news.mynavi.jp/article/osxhack-152/

SIP の設定を確認

# csrutil status

これは,通常起動時にもできる

SIP のオン/オフ

Command + R を押して,リカバリモードで OS を起動し, ターミナルから実行する.

SIP オフ

# csrutil disable

SIP オン

# csrutil enable

SIP オンのオプション 認証を受けていないカーネルエクステンションをインストール可能

# csrutil enable --without kext

ファイルシステム保護を無効にして SIP オン

# csrutil enable --without fs

デバッグ制限を無効にして SIP オン

#csrutil enable --without debug

DTrace 制限を無効にして SIP オン

# csrutil enable --without dtrace

NVRAM への書き込み制限を無効にして SIP オン

# csrutil enable --without nvram

Netboot サーバを登録する

これ必要あるのかどうか不明.

# csrutil netboot add IPアドレス

削除は

# csrutil netboot remove IPアドレス

確認は

# csrutil netboot list

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2018-06-07 (木) 14:45:02