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?
|
# Why?
|
||||||
- ncurses
|
- ncurses
|
||||||
- mailcap
|
- 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?
|
# Really?
|
||||||
- tcp_wrappers
|
- tcp_wrappers
|
||||||
# This probably doesn't need to be default
|
# This probably doesn't need to be default
|
||||||
|
|
|
@ -184,7 +184,6 @@
|
||||||
"scl-utils",
|
"scl-utils",
|
||||||
"selinux-policy-targeted",
|
"selinux-policy-targeted",
|
||||||
"setup",
|
"setup",
|
||||||
"setuptool",
|
|
||||||
"shadow-utils",
|
"shadow-utils",
|
||||||
"sil-abyssinica-fonts",
|
"sil-abyssinica-fonts",
|
||||||
"sil-mingzat-fonts",
|
"sil-mingzat-fonts",
|
||||||
|
|
Loading…
Reference in a new issue