Smack: allow multiple labels in onlycap
authorRafal Krypa <r.krypa@samsung.com>
Tue, 2 Jun 2015 09:23:48 +0000 (11:23 +0200)
committerCasey Schaufler <casey@schaufler-ca.com>
Tue, 2 Jun 2015 18:53:42 +0000 (11:53 -0700)
commitc0d77c884461fc0dec0411e49797dc3f3651c31b
treec526c2ae841b0fc358d29af69cddcdb63ae72431
parent01fa8474fba7e80f6a2ac31d0790385a993cb7ba
Smack: allow multiple labels in onlycap

Smack onlycap allows limiting of CAP_MAC_ADMIN and CAP_MAC_OVERRIDE to
processes running with the configured label. But having single privileged
label is not enough in some real use cases. On a complex system like Tizen,
there maybe few programs that need to configure Smack policy in run-time
and running them all with a single label is not always practical.
This patch extends onlycap feature for multiple labels. They are configured
in the same smackfs "onlycap" interface, separated by spaces.

Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
Documentation/security/Smack.txt
security/smack/smack.h
security/smack/smack_access.c
security/smack/smackfs.c