Skip to content

Commit

Permalink
profiles: move fakeroot blacklisting to disable-devel.inc (#5968)
Browse files Browse the repository at this point in the history
As of commit 96beb33, `fakeroot` is blacklisted in disable-common.inc,
which may break makepkg and other build-related tools; cfr [1].

[1] 96beb33#r125237349.
  • Loading branch information
glitsj16 authored Aug 23, 2023
1 parent 3fa94f0 commit 8b5ca18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion etc/inc/disable-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ blacklist ${PATH}/ss
blacklist ${PATH}/traceroute
# since firejail version 0.9.73
blacklist ${PATH}/dpkg*
blacklist ${PATH}/fakeroot*
blacklist ${PATH}/apt*
blacklist ${PATH}/dumpcap
blacklist ${PATH}/efibootdump
Expand Down
1 change: 1 addition & 0 deletions etc/inc/disable-devel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ blacklist ${PATH}/ifnames
blacklist ${PATH}/aclocal*
blacklist ${PATH}/automake*
blacklist ${PATH}/dh_*
blacklist ${PATH}/fakeroot*
blacklist ${PATH}/m4

# patch
Expand Down

0 comments on commit 8b5ca18

Please sign in to comment.