aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-02 11:12:53 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-09-02 11:12:53 -0400
commit31e407b3631384df8ba9df9e71a65509f446931f (patch)
treea5c740f4dea5d82f56bd3fe78b4b8c9622deb51e /README.md
parentImprove seccomp support for non-x86 architectures (diff)
downloadfirejail-31e407b3631384df8ba9df9e71a65509f446931f.tar.gz
firejail-31e407b3631384df8ba9df9e71a65509f446931f.tar.zst
firejail-31e407b3631384df8ba9df9e71a65509f446931f.zip
--profile.print option
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f1c892aa..7edad942a 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,15 @@ Check the status of the latest build here: https://travis-ci.org/netblue30/firej
174 amd64, i386 and x32 system calls are blocked as well as chang‐ 174 amd64, i386 and x32 system calls are blocked as well as chang‐
175 ing the execution domain with personality(2) system call. 175 ing the execution domain with personality(2) system call.
176 176
177 --profile.print=name|pid
178 Print the name of the profile file for the sandbox identified
179 by name or or PID.
180
181 Example:
182 $ firejail --profile.print=browser
183 /etc/firejail/firefox.profile
184
185
177````` 186`````
178 187
179## /etc/firejail/firejail.config 188## /etc/firejail/firejail.config