Removal of xattr "security.TIZEN_EXEC_LABEL" 41/27041/7
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 3 Sep 2014 11:26:58 +0000 (13:26 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 27 Oct 2014 13:55:06 +0000 (14:55 +0100)
commitb1d66a4eb6044bfd17a551c801e56604a2a654df
treecd4fdfde303a79b0dee1cd85afc8bddb7c75e7f6
parent78096a5c5be875ec3e737553b6b0ffb422d3fb6b
Removal of xattr "security.TIZEN_EXEC_LABEL"

This attribute is a duplication of the SMACKEXEC
mechanism for the links. This duplication is
complicating the security mechanisms that have
to remain simple to be applied and supported
efficiently. The SMACKEXEC mechanism is the only
required mechanism. For the other uses, the function
security_manager_set_process_label_from_appid is
enough.

Change-Id: Ic831547a318942af5603a3609b87f52577109479
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
src/client/client-common.cpp
src/client/client-security-manager.cpp
src/client/include/client-common.h
src/common/include/smack-common.h
src/include/security-manager.h
src/server/service/smack-labels.cpp