fix(profile): ensure adduser use sbin.

This commit is contained in:
Alexandre Pujol 2025-05-01 14:38:52 +02:00
parent 7431867fa4
commit dc816178f5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/add{user,group}
@{exec_path} = @{sbin}/adduser @{sbin}/group
profile adduser @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>