Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Nov 29, 2015
2 parents 823b1ae + 1d48026 commit 5061532
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/man/firejail-profile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ Examples:
\f\blacklist /usr/bin
Remove /usr/bin directory.
.TP
\f\blacklist /etc/password
Remove /etc/password file.
\f\blacklist /etc/passwd
Remove /etc/passwd file.
.TP
\f\read-only /etc/password
Read-only /etc/password file.
\f\read-only /etc/passwd
Read-only /etc/passwd file.
.TP
tmpfs /etc
Mount an empty tmpfs filesystem on top of /etc directory.
Expand Down Expand Up @@ -175,11 +175,11 @@ Enable default Linux capabilities filter.
caps.drop all
Blacklist all Linux capabilities.
.TP
caps.keep capability,capability,capability
Blacklist Linux capabilities filter.
.TP
caps.drop capability,capability,capability
Whitelist Linux capabilities filter.
Blacklist given Linux capabilities.
.TP
caps.keep capability,capability,capability
Whitelist given Linux capabilities.
.TP
\f\seccomp
Enable default seccomp filter. The default list is as follows:
Expand Down

0 comments on commit 5061532

Please sign in to comment.