commit | 7fc5f36e980a8f4830efdae3858f6e64eee538b7 | [log] [tgz] |
---|---|---|
author | José Bollo <jose.bollo@open.eurogiciel.org> | Tue Feb 17 15:41:22 2015 +0100 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Mon Mar 23 13:19:47 2015 -0700 |
tree | 5d3eeefafa8aa7c07a47c08287411d00a9f9b4a7 | |
parent | 7412301b76bd53ee53b860f611fc3b5b1c2245b5 [diff] |
Smack: getting the Smack security context of keys With this commit, the LSM Smack implements the LSM side part of the system call keyctl with the action code KEYCTL_GET_SECURITY. It is now possible to get the context of, for example, the user session key using the command "keyctl security @s". The original patch has been modified for merge. Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>