Added support for scripts which can be run after a user/group is added 99/26499/1
authorImran Zaman <imran.zaman@intel.com>
Mon, 25 Aug 2014 10:34:21 +0000 (13:34 +0300)
committerImran Zaman <imran.zaman@intel.com>
Mon, 25 Aug 2014 11:00:52 +0000 (14:00 +0300)
commit9406e2c5eade7e8798771b5ecf1164a005bd5315
treeebf98a27f7a2d1a22f29c08657a27d4d5208d31c
parenta16c093f362517e45edd8e6638c76d0cb074d11c
Added support for scripts which can be run after a user/group is added
or before a user/group is deleted

Change-Id: I4482020a418152b2e866f4173fa1f6ef16f3a93f
28 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
docs/gumd-sections.txt
docs/html/ch04.html
docs/html/gumd-General-configuration.html
docs/html/gumd-Gum-Utils.html
docs/html/gumd.devhelp2
docs/html/index.sgml
include/gum/common/gum-config-general.h
include/gum/common/gum-utils.h
src/common/gum-utils.c
src/daemon/Makefile.am
src/daemon/Makefile.in
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/services/org.tizen.SecurityAccounts.gUserManagement.service [new file with mode: 0644]
test/data/test-gumd-dbus.conf [new file with mode: 0644]
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
test/lib/Makefile.in