commit: 0164abaf5611b9b374a9031c4cbc6c8151bc726f Author: Guido Trentalancia <guido <AT> trentalancia <DOT> com> AuthorDate: Fri May 16 21:28:14 2025 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Jul 15 07:51:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0164abaf
Add a comment in the xserver module about the need to read and write xserver tmpfs files for the Qt library version 5 (boolean). Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/services/xserver.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index 1b843b466..9f1247997 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -59,7 +59,8 @@ gen_tunable(allow_write_xshm, false) ## <desc> ## <p> ## Allows clients to write to the X server tmpfs -## files. +## files (needed for example by the Qt library +## version 5). ## </p> ## </desc> gen_tunable(xserver_client_writes_xserver_tmpfs, false)
