|
@@ -23,6 +23,7 @@ package("util-linux")
|
|
|
add_configs("chfn-chsh", { description = "Enable chfn-chsh.", default = false, type = "boolean"})
|
|
|
add_configs("login", { description = "Enable login.", default = false, type = "boolean"})
|
|
|
add_configs("su", { description = "Enable su.", default = false, type = "boolean"})
|
|
|
+ add_configs("mount", { description = "Enable mount.", default = false, type = "boolean"})
|
|
|
add_configs("runuser", { description = "Enable runuser.", default = false, type = "boolean"})
|
|
|
add_configs("makeinstall-chown", { description = "Enable makeinstall-chown.", default = false, type = "boolean"})
|
|
|
add_configs("makeinstall-setuid", { description = "Enable makeinstall-setuid.", default = false, type = "boolean"})
|