aboutsummaryrefslogtreecommitdiffstats
path: root/src/firecfg
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-04-04 12:20:01 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-04-04 12:20:01 -0500
commit516d08114f73133f8f3d8330b361f79843a06254 (patch)
tree8be7ed515ef69fb1a4bb38b78cb6c1e5ee19f4a1 /src/firecfg
parentHarden signal-desktop.profile and add rules for Firefox (diff)
downloadfirejail-516d08114f73133f8f3d8330b361f79843a06254.tar.gz
firejail-516d08114f73133f8f3d8330b361f79843a06254.tar.zst
firejail-516d08114f73133f8f3d8330b361f79843a06254.zip
Fixes for slack 4.4
I'd like to tighten this up more esp. for seccomp - caps.keep sys_chroot needed or fails with Cannot chroot into /proc/ directory: Operation not permitted 1. caps.drop all replaced with caps.keep - caps.keep sys_admin needed or fails with Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted 2. nonewprivs dropped to avoid failure: The setuid sandbox is not running as root. Common causes: * An unprivileged process using ptrace on it, like a debugger. * A parent process set prctl(PR_SET_NO_NEW_PRIVS, ...) Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted 3. noroot dropped to avoid failure: [22:0404/121643.400578:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/lib/slack/chrome-sandbox is owned by root and has mode 4755. 4. Removed protocol filter to avoid: The setuid sandbox is not running as root. Common causes: * An unprivileged process using ptrace on it, like a debugger. * A parent process set prctl(PR_SET_NO_NEW_PRIVS, ...) Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted 5. Unable to get a working seccomp filter See https://github.com/netblue30/firejail/issues/2946#issuecomment-598612520 seccomp !chroot seems to have worked for earlier versions of slack 6. private-tmp means no tray icon Observed on Debian 10, Slack 4.4.0
Diffstat (limited to 'src/firecfg')
0 files changed, 0 insertions, 0 deletions