Skip to content
Commit 9a924b17 authored by Carlos Garnacho's avatar Carlos Garnacho
Browse files

libtracker-common: Implement sandboxing through libseccomp

The threads calling the new tracker_seccomp_init() function, and all
threads/processes spawned from these, will enter a restricted mode
where only a few sensible syscalls are allowed, and more specifically,
filesystem/socket access are restricted to being respectively
readonly and local only.

https://bugzilla.gnome.org/show_bug.cgi?id=764786
parent 697daeb1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment