Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Z zathura
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwmtpwmt
  • zathura
  • Merge requests
  • !68

improve seccomp filter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open valoq requested to merge valoq/zathura:develop into develop Dec 22, 2022
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 1

This commit removes system calls used by older glibc and kernel versions such as present in Debian Bullseye.

The new list has been tested with glibc >= 2.36 and Linux >= 6.0 on Archlinux and Debian Bookworm

The new list has been tested with Debian Stable/Bullseye, Debian testing/Bookworm and Arch Linux

This also adds a warning to the strict sandbox if X11 is detected in order to make sure users are aware of the missing process isolation.

The basic filter was updated as well to avoid an issue with firefox

Edited Jan 13, 2023 by valoq
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop