Make Smack operate on smack_known struct where it still used char*
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Fri, 29 Aug 2014 15:02:55 +0000 (17:02 +0200)
committerCasey Schaufler <casey@schaufler-ca.com>
Fri, 29 Aug 2014 17:10:55 +0000 (10:10 -0700)
commit21c7eae21a2100a89cfb8cebaf7b770271f32c6e
tree9747fd04fb0a18e98c31985c978ae559f7affc0b
parentd01757904d9deb619e23c9450218829943a46822
Make Smack operate on smack_known struct where it still used char*

Smack used to use a mix of smack_known struct and char* throughout its
APIs and implementation. This patch unifies the behaviour and makes it
store and operate exclusively on smack_known struct pointers when managing
labels.

Signed-off-by: Lukasz Pawelczyk <l.pawelczyk@samsung.com>
Conflicts:
security/smack/smack_access.c
security/smack/smack_lsm.c
security/smack/smack.h
security/smack/smack_access.c
security/smack/smack_lsm.c
security/smack/smackfs.c