Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Thu, 02 Jun 2016 06:32:41
Message-Id: 1464806034.0833adc9776e69a4e5305b0e92f35c0bee9aff67.perfinion@gentoo
1 commit: 0833adc9776e69a4e5305b0e92f35c0bee9aff67
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Jun 1 16:12:44 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 18:33:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0833adc9
7
8 wm: Add filetrans from user_runtime
9
10 policy/modules/contrib/wm.te | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/policy/modules/contrib/wm.te b/policy/modules/contrib/wm.te
14 index a3861e9..a477a16 100644
15 --- a/policy/modules/contrib/wm.te
16 +++ b/policy/modules/contrib/wm.te
17 @@ -40,6 +40,7 @@ miscfiles_read_localization(wm_domain)
18
19 userdom_manage_user_tmp_sockets(wm_domain)
20 userdom_tmp_filetrans_user_tmp(wm_domain, sock_file)
21 +userdom_user_runtime_filetrans_user_tmp(wm_domain, sock_file)
22
23 userdom_manage_user_home_content_dirs(wm_domain)
24 userdom_manage_user_home_content_files(wm_domain)