Skip to content

Commit

Permalink
update usr.local.bin.linux_czkawka
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodysu committed Jul 16, 2021
1 parent 379ccb9 commit 4b6498f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions abstractions/3rd/dbus-overwrite
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# vim:syntax=apparmor

deny /etc/machine-id r,
deny /var/lib/dbus/machine-id r,
5 changes: 1 addition & 4 deletions usr.local.bin.linux_czkawka
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ profile czkawka @{BIN_PATH} {
#include <abstractions/private-files>
#include <abstractions/private-files-strict>
#include <abstractions/3rd/file-chooser>
# #include <abstractions/3rd/dbus-overwrite>

owner @{HOME}/{,[^.]*}{,/**} rwl, # home itself, not dotfiles, nested files
@{DATA_DIRS_RW}/{,**} rwl,
Expand Down Expand Up @@ -87,10 +88,6 @@ profile czkawka @{BIN_PATH} {
network tcp,
network udp,

# dbus strictest
# deny /var/lib/dbus/machine-id r,
# deny /etc/machine-id r,

# Ubuntu
owner @{run}/user/[0-9]*/dconf/user rw,

Expand Down

0 comments on commit 4b6498f

Please sign in to comment.