aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/profile.c
diff options
context:
space:
mode:
authorLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-06-12 14:03:24 -0400
committerLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-06-12 14:03:24 -0400
commit71a3b97ce5c6990b06ec674e4739ce6dfcab6b40 (patch)
treedae6348a6b97406a1048be18822ac461d965cbfb /src/firejail/profile.c
parentAdd --nousb option (diff)
downloadfirejail-71a3b97ce5c6990b06ec674e4739ce6dfcab6b40.tar.gz
firejail-71a3b97ce5c6990b06ec674e4739ce6dfcab6b40.tar.zst
firejail-71a3b97ce5c6990b06ec674e4739ce6dfcab6b40.zip
Change --nousb to --nou2f per suggestion on last commit.
Diffstat (limited to 'src/firejail/profile.c')
-rw-r--r--src/firejail/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 8c393cab5..7d03a7c34 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -257,8 +257,8 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
257 arg_nodbus = 1; 257 arg_nodbus = 1;
258 return 0; 258 return 0;
259 } 259 }
260 else if (strcmp(ptr, "nousb") == 0) { 260 else if (strcmp(ptr, "nou2f") == 0) {
261 arg_nousb = 1; 261 arg_nou2f = 1;
262 return 0; 262 return 0;
263 } 263 }
264 else if (strcmp(ptr, "netfilter") == 0) { 264 else if (strcmp(ptr, "netfilter") == 0) {