2017-04-20 01:01:55

by guido

[permalink] [raw]
Subject: [refpolicy] [PATCH 17/33] minidlna: improve boolean comment

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 <[email protected]>
---
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)

## <desc>
## <p>
-## Determine whether minidlna can read generic user content.
+## Determine whether minidlna can read
+## generic user content, including user
+## home directories content.
## </p>
## </desc>
gen_tunable(minidlna_read_generic_user_content, false)