commit | 21c7eae21a2100a89cfb8cebaf7b770271f32c6e | [log] [tgz] |
---|---|---|
author | Lukasz Pawelczyk <l.pawelczyk@samsung.com> | Fri Aug 29 17:02:55 2014 +0200 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Fri Aug 29 10:10:55 2014 -0700 |
tree | 9747fd04fb0a18e98c31985c978ae559f7affc0b | |
parent | d01757904d9deb619e23c9450218829943a46822 [diff] |
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