Skip to content

Commit

Permalink
Fixes (#2816)
Browse files Browse the repository at this point in the history
* Unbreak gconf-editor

* Add x11 none to curl.profile

* Add x11 none to wget.profile

* Add x11 none to dnscrypt-proxy.profile

* Add tracelog to ssh-agent.profile

* Add x11 none to aria2c.profile

* Add x11 none to arch-audit.profile

* Add x11 none to archaudit-report.profile
  • Loading branch information
glitsj16 authored Jul 1, 2019
1 parent 1dea9cf commit 73321c5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions etc/arch-audit.profile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ novideo
protocol inet,inet6
seccomp
shell none
x11 none

disable-mnt
private
Expand Down
1 change: 1 addition & 0 deletions etc/archaudit-report.profile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ novideo
protocol unix,inet,inet6
seccomp
shell none
x11 none

disable-mnt
private
Expand Down
2 changes: 1 addition & 1 deletion etc/aria2c.profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ include disable-exec.inc
include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
# include disable-xdg.inc

caps.drop all
ipc-namespace
Expand All @@ -32,6 +31,7 @@ novideo
protocol unix,inet,inet6,netlink
seccomp
shell none
x11 none

# disable-mnt
private-bin aria2c,gzip
Expand Down
3 changes: 1 addition & 2 deletions etc/curl.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include globals.local

noblacklist ${HOME}/.curlrc

blacklist /tmp/.X11-unix

include disable-common.inc
include disable-exec.inc
include disable-passwdmgr.inc
Expand All @@ -33,6 +31,7 @@ novideo
protocol inet,inet6
seccomp
shell none
x11 none

# private-bin curl
private-cache
Expand Down
3 changes: 1 addition & 2 deletions etc/dnscrypt-proxy.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include globals.local
noblacklist /sbin
noblacklist /usr/sbin

blacklist /tmp/.X11-unix

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
Expand All @@ -32,6 +30,7 @@ nou2f
novideo
protocol inet,inet6
seccomp.drop _sysctl,acct,add_key,adjtimex,clock_adjtime,delete_module,fanotify_init,finit_module,get_mempolicy,init_module,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioperm,iopl,kcmp,kexec_file_load,kexec_load,keyctl,lookup_dcookie,mbind,migrate_pages,modify_ldt,mount,move_pages,open_by_handle_at,perf_event_open,perf_event_open,pivot_root,process_vm_readv,process_vm_writev,ptrace,remap_file_pages,request_key,set_mempolicy,swapoff,swapon,sysfs,syslog,umount2,uselib,vmsplice
x11 none

disable-mnt
private
Expand Down
4 changes: 4 additions & 0 deletions etc/gconf-editor.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ include gconf-editor.local
# added by included profile
#include globals.local

blacklist /tmp/.X11-unix

ignore x11 none

# Redirect
include gconf.profile
1 change: 1 addition & 0 deletions etc/ssh-agent.profile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ notv
protocol unix,inet,inet6
seccomp
shell none
tracelog

writable-run-user
3 changes: 1 addition & 2 deletions etc/wget.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ include globals.local
noblacklist ${HOME}/.wget-hsts
noblacklist ${HOME}/.wgetrc

blacklist /tmp/.X11-unix

include disable-common.inc
include disable-exec.inc
include disable-passwdmgr.inc
Expand All @@ -33,6 +31,7 @@ novideo
protocol unix,inet,inet6
seccomp
shell none
x11 none

# private-bin wget
private-dev
Expand Down

0 comments on commit 73321c5

Please sign in to comment.