Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read-write fixes #4257

Merged
merged 4 commits into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/profile-a-l/git-cola.profile
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ dbus-system none

read-only ${HOME}/.git-credentials

# Add 'ignore read-only ${HOME}/.ssh' to your git-cola.local if you need to allow hosts.
# Add 'read-write ${HOME}/.ssh' to your git-cola.local if you need to allow hosts.
read-only ${HOME}/.ssh
3 changes: 1 addition & 2 deletions etc/profile-a-l/gnome-logs.profile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ dbus-user.own org.gnome.Logs
dbus-user.talk ca.desrt.dconf
dbus-system none

# comment this if you export logs to a file in your ${HOME}
# or put 'ignore read-only ${HOME}' in your gnome-logs.local.
# Add 'read-write ${HOME}' to your gnome-logs.local if you export logs to a file under your ${HOME}.
read-only ${HOME}
6 changes: 2 additions & 4 deletions etc/profile-a-l/gnome-system-log.profile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ ipc-namespace
no3d
nodvd
# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
# comment both 'nogroups' and 'noroot'
# or put 'ignore nogroups' and 'ignore noroot' in your gnome-system-log.local.
# put 'ignore nogroups' and 'ignore noroot' in your gnome-system-log.local.
nogroups
noinput
nonewprivs
Expand All @@ -54,6 +53,5 @@ writable-var-log
# dbus-system none

memory-deny-write-execute
# Comment the line below if you export logs to a file in your ${HOME}
# or put 'ignore read-only ${HOME}' in your gnome-system-log.local
# Add 'read-write ${HOME}' to your gnome-system-log.local if you export logs to a file under your ${HOME}.
read-only ${HOME}
2 changes: 1 addition & 1 deletion etc/profile-m-z/yelp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dbus-system none
# read-only ${HOME} breaks some features:
# 1. yelp --editor-mode
# 2. saving the window geometry
# add 'ignore read-only ${HOME}' to your yelp.local if you need these features.
# add 'read-write ${HOME}' to your yelp.local if you need these features.
read-only ${HOME}
read-write ${HOME}/.cache
# 3. printing to PDF in ${DOCUMENTS}
Expand Down