debian man page for sbuild-adduser

Query: sbuild-adduser

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SBUILD-ADDUSER(8)						   Debian sbuild						 SBUILD-ADDUSER(8)

NAME
sbuild-adduser - add an sbuild user
SYNOPSIS
sbuild-adduser [-h|--help | -V|--version] USER1 [USER2 [USERn...]]
DESCRIPTION
sbuild-adduser adds the specified users to the sbuild group, granting them the privelege 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.
OPTIONS
Actions -h, --help Display this manual. -V, --version Print version information. User selection USER The user to be granted sbuild access.
EXAMPLES
To allow user rleigh sbuild access: % sudo sbuild-adduser rleigh
AUTHORS
Roger Leigh.
COPYRIGHT
Copyright (C) 2006-2008 Roger Leigh <rleigh@debian.org>.
SEE ALSO
sbuild(1), sbuild-setup(7), schroot.conf(5). Version 0.63.2 18 Aug 2012 SBUILD-ADDUSER(8)
Related Man Pages
buildd-watcher(1) - debian
buildd(1) - debian
sbuild-checkpackages(1) - debian
sbuild-update(1) - debian
sbuild-createchroot(8) - debian
Similar Topics in the Unix Linux Community
root user (urgent!!)
Read only files for all users
q's on file sort
How to create a user in UNIX with some limited permissions?
How to handle build user access/permissions?