diff mbox series

[1/2] package/polkit: enable selinux policykit module for refpolicy

Message ID 20211208010816.3186969-1-aduskett@gmail.com
State Accepted
Headers show
Series [1/2] package/polkit: enable selinux policykit module for refpolicy | expand

Commit Message

Adam Duskett Dec. 8, 2021, 1:08 a.m. UTC
This is needed for polkit to work with SELinux.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/polkit/polkit.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arnout Vandecappelle Dec. 12, 2021, 12:20 p.m. UTC | #1
On 08/12/2021 02:08, Adam Duskett wrote:
> This is needed for polkit to work with SELinux.
> 
> Signed-off-by: Adam Duskett <aduskett@gmail.com>

  Both applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/polkit/polkit.mk | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
> index a8b91d21bc..a7ab725c81 100644
> --- a/package/polkit/polkit.mk
> +++ b/package/polkit/polkit.mk
> @@ -14,6 +14,8 @@ POLKIT_INSTALL_STAGING = YES
>   POLKIT_DEPENDENCIES = \
>   	duktape libglib2 host-intltool expat $(TARGET_NLS_DEPENDENCIES)
>   
> +POLKIT_SELINUX_MODULES = policykit
> +
>   POLKIT_LDFLAGS = $(TARGET_NLS_LIBS)
>   
>   POLKIT_CONF_OPTS = \
>
diff mbox series

Patch

diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
index a8b91d21bc..a7ab725c81 100644
--- a/package/polkit/polkit.mk
+++ b/package/polkit/polkit.mk
@@ -14,6 +14,8 @@  POLKIT_INSTALL_STAGING = YES
 POLKIT_DEPENDENCIES = \
 	duktape libglib2 host-intltool expat $(TARGET_NLS_DEPENDENCIES)
 
+POLKIT_SELINUX_MODULES = policykit
+
 POLKIT_LDFLAGS = $(TARGET_NLS_LIBS)
 
 POLKIT_CONF_OPTS = \