fix(profile): ensure deluser use sbin.

This commit is contained in:
Alexandre Pujol 2025-05-14 23:05:00 +02:00
parent 877452519d
commit 36f9ae0458
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> include <tunables/global>
@{exec_path} = @{bin}/del{user,group} @{exec_path} = @{sbin}/deluser @{sbin}/delgroup
profile deluser @{exec_path} { profile deluser @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/perl> include <abstractions/perl>