feat(abs): add trash-strict.
This commit is contained in:
parent
197c1bd78a
commit
bdb2b396b3
7 changed files with 88 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ profile calibre @{exec_path} {
|
|||
include <abstractions/qt5-shader-cache>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/thumbnails-cache-read>
|
||||
include <abstractions/trash>
|
||||
include <abstractions/trash-strict>
|
||||
include <abstractions/user-download-strict>
|
||||
|
||||
capability sys_ptrace,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/deny-sensitive-home>
|
||||
include <abstractions/gnome-strict>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/trash>
|
||||
include <abstractions/trash-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile nautilus @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/gnome-strict>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/trash>
|
||||
include <abstractions/trash-strict>
|
||||
|
||||
# mqueue r type=posix /,
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ profile gvfsd-trash @{exec_path} {
|
|||
include <abstractions/bus-session>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/trash>
|
||||
include <abstractions/trash-strict>
|
||||
|
||||
# When mounting a SMB share
|
||||
network inet stream,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ profile kioworker @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/thumbnails-cache-write>
|
||||
include <abstractions/trash>
|
||||
include <abstractions/trash-strict>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue