From 97874c3bf923798b0e3ab119d169aaa9b1314221 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 29 Aug 2022 11:25:34 -0300 Subject: Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock" This reverts commit 54cb3e741e972c754e595d56de0bca0792299f83, reversing changes made to 97b1e02d5f4dca4261dc9928f8a5ebf8966682d7. There were many issues and requests for changes raised in the pull request (both code-wise and design-wise) and most of them are still unresolved[1]. [1] https://github.com/netblue30/firejail/pull/5315 --- src/zsh_completion/_firejail.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/zsh_completion/_firejail.in') diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in index ed7337762..2b67c2a00 100644 --- a/src/zsh_completion/_firejail.in +++ b/src/zsh_completion/_firejail.in @@ -105,12 +105,6 @@ _firejail_args=( '--keep-dev-shm[/dev/shm directory is untouched (even with --private-dev)]' '--keep-fd[inherit open file descriptors to sandbox]: :' '--keep-var-tmp[/var/tmp directory is untouched]' - '--landlock[Basic Landlock ruleset]' - '--landlock.proc=-[Access to the /proc directory]: :(no ro rw)' - '--landlock.read=-[Landlock read access rule]: :_files' - '--landlock.write=-[Landlock write access rule]: :_files' - "--landlock.special=-[Landlock access rule for creation of FIFO pipes, sockets and block devices]: :_files" - '--landlock.execute=-[Landlock execution-permitting rule]: :_files' '--machine-id[spoof /etc/machine-id with a random id]' '--memory-deny-write-execute[seccomp filter to block attempts to create memory mappings that are both writable and executable]' '*--mkdir=-[create a directory]:' -- cgit v1.2.3-54-g00ecf