Skip to content

Commit

Permalink
archivers: drop private-etc now that it's in archiver-common (#5655)
Browse files Browse the repository at this point in the history
Commit 29da82d added `private-etc` to `archiver-common.profile`.

To avoid doubled options this PR removes it from archiver profiles which
already had it.

Relates to #5610.
  • Loading branch information
glitsj16 authored Mar 5, 2024
1 parent 0822dd6 commit 5b1bddd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions etc/profile-a-l/atool.profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ include allow-perl.inc

noroot

# without login.defs atool complains and uses UID/GID 1000 by default
private-etc
private-tmp

# Redirect
Expand Down
2 changes: 0 additions & 2 deletions etc/profile-a-l/bsdtar.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ include bsdtar.local
# Persistent global definitions
include globals.local

private-etc

# Redirect
include archiver-common.profile
1 change: 0 additions & 1 deletion etc/profile-m-z/tar.profile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ignore include disable-shell.inc
# all capabilities this is automatically read-only.
noblacklist /var/lib/pacman

private-etc
#private-lib libfakeroot,liblzma.so.*,libreadline.so.*
# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
writable-var
Expand Down
1 change: 0 additions & 1 deletion etc/profile-m-z/unrar.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include unrar.local
include globals.local

private-bin unrar
private-etc
private-tmp

# Redirect
Expand Down
2 changes: 0 additions & 2 deletions etc/profile-m-z/unzip.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ include globals.local
# GNOME Shell integration (chrome-gnome-shell)
noblacklist ${HOME}/.local/share/gnome-shell

private-etc

# Redirect
include archiver-common.profile

0 comments on commit 5b1bddd

Please sign in to comment.