silverblue: Blacklist setuptool
At some point I want to add a `usr_bin_sbin_unification: true` option or so to rpm-ostree, and having `usermode` blocks that. Also this is a weird legacy Red Hat-ism tool.
This commit is contained in:
parent
65e03f04ab
commit
310f04be0a
2 changed files with 4 additions and 1 deletions
|
@ -47,6 +47,10 @@ blacklist:
|
|||
# Why?
|
||||
- ncurses
|
||||
- mailcap
|
||||
# This seems like some weird legacy thing, it also
|
||||
# drags in usermode, which should also be deprecated
|
||||
# and blocks a /usr/sbin + /usr/bin unification.
|
||||
- setuptool
|
||||
# Really?
|
||||
- tcp_wrappers
|
||||
# This probably doesn't need to be default
|
||||
|
|
|
@ -184,7 +184,6 @@
|
|||
"scl-utils",
|
||||
"selinux-policy-targeted",
|
||||
"setup",
|
||||
"setuptool",
|
||||
"shadow-utils",
|
||||
"sil-abyssinica-fonts",
|
||||
"sil-mingzat-fonts",
|
||||
|
|
Loading…
Reference in a new issue