In order to start properly, gnome-shell needs to be able to
execute mount.
Signed-off-by: Guido Trentalancia <[email protected]>
---
policy/modules/contrib/wm.te | 5 +++++
1 file changed, 5 insertions(+)
--- a/policy/modules/contrib/wm.te 2017-09-16 22:58:46.940019057 +0200
+++ b/policy/modules/contrib/wm.te 2017-09-16 23:08:00.190016795 +0200
@@ -116,6 +120,11 @@ optional_policy(`
')
optional_policy(`
+ # gnome-shell
+ mount_exec(wm_domain)
+')
+
+optional_policy(`
mozilla_dbus_chat(wm_domain)
')
On 09/16/2017 05:16 PM, Guido Trentalancia via refpolicy wrote:
> In order to start properly, gnome-shell needs to be able to
> execute mount.
>
> Signed-off-by: Guido Trentalancia <[email protected]>
> ---
> policy/modules/contrib/wm.te | 5 +++++
> 1 file changed, 5 insertions(+)
>
> --- a/policy/modules/contrib/wm.te 2017-09-16 22:58:46.940019057 +0200
> +++ b/policy/modules/contrib/wm.te 2017-09-16 23:08:00.190016795 +0200
> @@ -116,6 +120,11 @@ optional_policy(`
> ')
>
> optional_policy(`
> + # gnome-shell
> + mount_exec(wm_domain)
> +')
> +
> +optional_policy(`
> mozilla_dbus_chat(wm_domain)
> ')
Merged.
--
Chris PeBenito