10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sandbox-execを利用しファイルの変更を抑止

Posted at

なんかよくわからん実行ファイルを実行するハメになった場合、
sandbox-execが役に立ちます。

読み取り専用
$ sandbox-exec -n no-write /bin/bash
bash-3.2$ date > a.txt
bash: a.txt: Operation not permitted
10
9
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?