Smack: Make the syslog control configurable 30/19430/1
authorCasey Schaufler <casey@schaufler-ca.com>
Tue, 24 Dec 2013 16:41:54 +0000 (08:41 -0800)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 11 Apr 2014 14:10:46 +0000 (18:10 +0400)
commit0b7492adc916b9be8a3f116a9498d9093dde83de
treebf1e52b120d6042469ca4e7c963733ef9e4b8098
parent9a4a27a300860eef8399a40d6eb2faa83eeb731e
Smack: Make the syslog control configurable

commit 00f84f3f2e9d088f06722f4351d67f5f577abe22
Author: Casey Schaufler <casey@schaufler-ca.com>
Date:   Mon Dec 23 11:07:10 2013 -0800

The syslog control requires that the calling proccess
have the floor ("_") Smack label. Tizen does not run any
processes except for kernel helpers with the floor label.
This changes allows the admin to configure a specific
label for syslog. The default value is the star ("*")
label, effectively removing the restriction. The value
can be set using smackfs/syslog for anyone who wants
a more restrictive behavior.

Change-Id: Iec4c42c4d156fe29915f07a6f40d6c58ad894d6a
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
security/smack/smack.h
security/smack/smack_lsm.c
security/smack/smackfs.c