Implemented smack_get_user_label(). Fixed bug in internal function
authorJarkko Sakkinen <ext-jarkko.2.sakkinen@nokia.com>
Mon, 15 Nov 2010 18:58:20 +0000 (10:58 -0800)
committerJarkko Sakkinen <ext-jarkko.2.sakkinen@nokia.com>
Mon, 15 Nov 2010 18:58:20 +0000 (10:58 -0800)
commit40158438ebfcb4b2f7ed5c08117b54b79ce435be
tree775579278b986442ea48a5009b2b7fe34b72a7e3
parente25cadd85b7cf01e67275c3c52d019c04e353127
Implemented smack_get_user_label(). Fixed bug in internal function
update_user(). Now HASH_ADD_KEYPTR is correctly used instead of
HASH_ADD_STRING() since user name string is dynamically allocated.
src/smack.h
src/smack_users.c
tests/check_rules.c
tests/check_users.c
tests/check_xattr.c