Added support for scripts which can be run after a user/group is added
authorImran Zaman <imran.zaman@intel.com>
Wed, 20 Aug 2014 12:39:03 +0000 (15:39 +0300)
committerImran Zaman <imran.zaman@intel.com>
Fri, 22 Aug 2014 08:38:48 +0000 (11:38 +0300)
commit51aad40a82b82009e7b0a7d13220c0dc658c4ab6
treea0637d36d44a9230b2b377aaae30e2c82cdc21f6
parent4e09ec91e8a7e95f91ba6874e7578346ca640092
Added support for scripts which can be run after a user/group is added
or before a user/group is deleted
18 files changed:
dists/debian/changelog
dists/debian/gumd.install
dists/debian/gumd.postinst
dists/rpm/gum-suse.spec
dists/rpm/tizen/packaging/gumd.changes
dists/rpm/tizen/packaging/gumd.spec
include/gum/common/gum-config-general.h
include/gum/common/gum-utils.h
src/common/gum-utils.c
src/daemon/Makefile.am
src/daemon/gumd-daemon-group.c
src/daemon/gumd-daemon-user.c
test/data/groupadd.d/group_add.sh [new file with mode: 0755]
test/data/groupdel.d/group_del.sh [new file with mode: 0755]
test/data/gumd.conf
test/data/useradd.d/user_add.sh [new file with mode: 0755]
test/data/userdel.d/user_del.sh [new file with mode: 0755]
test/lib/Makefile.am