#author("2018-06-07T14:24:10+09:00","default:tanak0to","tanak0to")
#author("2018-06-07T14:45:02+09:00","default:tanak0to","tanak0to")
RIGHT:[[Mac 関係覚え書き]]

*SIP 覚え書き [#d213bb9e]
参考:
https://www.crstin.com/en/disable-sip-gatekeeper/

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

**SIP の設定を確認 [#o16bc37d]
 # csrutil status
これは,通常起動時にもできる

**SIP のオン/オフ [#tb17d8ed]
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 サーバを登録する [#q547aae8]
これ必要あるのかどうか不明.
 # csrutil netboot add IPアドレス

削除は
 # csrutil netboot remove IPアドレス

確認は
 # csrutil netboot list

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS