From: guido@trentalancia.net (Guido Trentalancia) Date: Thu, 20 Apr 2017 03:01:55 +0200 Subject: [refpolicy] [PATCH 17/33] minidlna: improve boolean comment Message-ID: <1492650115.14733.87.camel@trentalancia.net> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com This patch improves the comment used for the userdomain file permissions within the minidlna module. It aims to ensure user data confidentiality. Signed-off-by: Guido Trentalancia --- policy/modules/contrib/minidlna.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- refpolicy-2.20170204-orig/policy/modules/contrib/minidlna.te 2017-02-04 19:30:38.000000000 +0100 +++ refpolicy-2.20170204/policy/modules/contrib/minidlna.te 2017-04-19 23:23:40.267199156 +0200 @@ -7,7 +7,9 @@ policy_module(minidlna, 1.1.0) ## ##

-## Determine whether minidlna can read generic user content. +## Determine whether minidlna can read +## generic user content, including user +## home directories content. ##

##
gen_tunable(minidlna_read_generic_user_content, false)