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

Revert "private-etc: big profile changes" #5645

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
email-common: fix private-etc
There is no `/etc/groups` AFAIK. Existing typo likely caused this.

Committer note: The original commit is part of PR #5641.

(cherry picked from commit 2588d51)
  • Loading branch information
glitsj16 authored and kmk3 committed Feb 7, 2023
commit 72196085b114f01fa48b9f64d88cb4d98ab25746
2 changes: 1 addition & 1 deletion etc/profile-a-l/email-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tracelog
# disable-mnt
private-cache
private-dev
private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gcrypt,gnupg,groups,gtk-2.0,gtk-3.0,hostname,hosts,hosts.conf,ld.so.cache,ld.so.preload,localtime,machine-id,mailname,nsswitch.conf,passwd,pki,resolv.conf,selinux,ssl,timezone,xdg
private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gcrypt,gnupg,group,gtk-2.0,gtk-3.0,hostname,hosts,hosts.conf,ld.so.cache,ld.so.preload,localtime,machine-id,mailname,nsswitch.conf,passwd,pki,resolv.conf,selinux,ssl,timezone,xdg
private-tmp
# encrypting and signing email
writable-run-user
Expand Down