aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/profile.c
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-08-10 09:31:03 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2017-08-10 09:31:03 -0400
commitbe00aa351c1184ef7ac07a05190909d35d137c76 (patch)
tree6c30178875f38e0c269fcbd5ea02d38937d9f636 /src/firejail/profile.c
parentMerge pull request #1448 from da2x/patch-1 (diff)
downloadfirejail-be00aa351c1184ef7ac07a05190909d35d137c76.tar.gz
firejail-be00aa351c1184ef7ac07a05190909d35d137c76.tar.zst
firejail-be00aa351c1184ef7ac07a05190909d35d137c76.zip
--notv for #1446
Diffstat (limited to 'src/firejail/profile.c')
-rw-r--r--src/firejail/profile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 708251b0b..54670483f 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -225,6 +225,10 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
225 arg_nosound = 1; 225 arg_nosound = 1;
226 return 0; 226 return 0;
227 } 227 }
228 else if (strcmp(ptr, "notv") == 0) {
229 arg_notv = 1;
230 return 0;
231 }
228 else if (strcmp(ptr, "novideo") == 0) { 232 else if (strcmp(ptr, "novideo") == 0) {
229 arg_novideo = 1; 233 arg_novideo = 1;
230 return 0; 234 return 0;