shell: Don't use --seccomp=@default for firejail < 0.9.50 support
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 26 Feb 2018 21:40:27 +0000 (13:40 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Mon, 26 Feb 2018 22:11:42 +0000 (14:11 -0800)
commita44c2b62ca05d049351f1b20b2658c5559ae920a
treecffa0c468d61bd69288f1083fcfb6658ee650e97
parent368dea479a112288b0b3e69241afa55d3c1cc1b7
shell: Don't use --seccomp=@default for firejail < 0.9.50 support

Just using a plain `--seccomp` automatically enables the default list.

Bug: T183680
Change-Id: I623db943eeb5c3e9d4f7a553fb6a17a60d659dce
includes/shell/FirejailCommand.php
tests/phpunit/includes/shell/FirejailCommandTest.php