Skip to content

Commit

Permalink
Merge pull request #4019 from glitsj16/protocol
Browse files Browse the repository at this point in the history
fix protocol list
  • Loading branch information
glitsj16 committed Mar 1, 2021
2 parents a488d8c + d5820b3 commit 46ed36b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions etc/inc/chromium-common-hardened.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include chromium-common-hardened.local

caps.drop all
nonewprivs
noroot
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/transmission-daemon.profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ whitelist ${HOME}/.config/transmission-daemon
whitelist /var/lib/transmission

caps.keep ipc_lock,net_bind_service,setgid,setuid,sys_chroot
protocol unix,inet,inet6,packet
protocol packet

private-bin transmission-daemon
private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl
Expand Down

0 comments on commit 46ed36b

Please sign in to comment.