logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sbuild-adduser - add an sbuild user

Authors

       Roger Leigh.

Description

sbuild-adduser  adds  the  specified  users  to  the  sbuild  group, granting them the privilege to build
       packages with sbuild(1).  The schroot(1) configuration must permit the user to obtain root permissions in
       the chroot via the root-users and root-groups options  in  schroot.conf,  because  this  is  required  to
       install  and  remove build-dependencies inside the chroot.  This is normally done using the sbuild group,
       but additional users or groups may be added in order to grant finer-grained permissions, for  example  to
       restrict individual users to particular chroots.

Examples

       To allow user rleigh sbuild access:

       % sudosbuild-adduserrleigh

Name

       sbuild-adduser - add an sbuild user

Options

Actions-h, --help
              Display this manual.

       -V, --version
              Print version information.

   UserselectionUSER   The user to be granted sbuild access.

See Also

sbuild(1), sbuild-setup(7), schroot.conf(5).

Version 0.88.3ubuntu3                              02 May 2025                                 SBUILD-ADDUSER(8)

Synopsis

sbuild-adduser [-h|--help | -V|--version] USER1 [USER2 [USERn...]]

See Also