]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bbclass: new class for managing user/group permissions
authorScott Garman <scott.a.garman@intel.com>
Tue, 17 May 2011 18:13:49 +0000 (11:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2011 15:53:46 +0000 (16:53 +0100)
commita82885db00956734922291d8a17eb135461204fa
tree5b30e9b458e4abec5cc82f9bd57ad53a26930f3c
parent40ecaf6a59ba61e72d29d7e677197ef37c998408
useradd.bbclass: new class for managing user/group permissions

This class is to be used by recipes that need to set up specific
user/group accounts and set custom file/directory permissions.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/classes/useradd.bbclass [new file with mode: 0644]