Smack: Fix wrong backporting for Smack 67/86667/2
authorjooseong lee <jooseong.lee@samsung.com>
Fri, 2 Sep 2016 08:09:30 +0000 (17:09 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 5 Sep 2016 01:05:23 +0000 (18:05 -0700)
commitd6e68cb0303d38fca82d33ef265e035cd9cfe442
tree528790387132c20e9d23f48bc1e04d02bbd685cd
parenteb77b79a9c3c47b1dd82dfef6d8d72ae962bc7b5
Smack: Fix wrong backporting for Smack

Regard of:
Smack: secmark support for netfilter (d587ffac0e6b0849334d575bca4e9e1caa48f891)

Smack used to use a mix of smack_known struct and char* throughout its
APIs and implementation. I confused it. It should be char*, not smack_known struct.

(The latest kernel has a unified format, smack_known struct.)

Change-Id: Ifd93e8b3d85c867c8d7a903470abc45e589a1a37
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
security/smack/smack_lsm.c