[PATCHv2 2/2] NEWS: Mention new option '--no-pkttyagent'

Jens Schmidt via Devel posted 2 patches 3 months, 3 weeks ago
[PATCHv2 2/2] NEWS: Mention new option '--no-pkttyagent'
Posted by Jens Schmidt via Devel 3 months, 3 weeks ago
From: Jens Schmidt <farblos@vodafonemail.de>

Signed-off-by: Jens Schmidt <farblos@vodafonemail.de>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
---
 NEWS.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 0da3bf4d79..d12d473ceb 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,10 @@ v11.4.0 (unreleased)
 
 * **New features**
 
+  * virsh: Add option ``--no-pkttyagent``
+
+    That option suppresses registration of pkttyagent with polkitd.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.39.5
Re: [PATCHv2 2/2] NEWS: Mention new option '--no-pkttyagent'
Posted by Peter Krempa via Devel 3 months, 3 weeks ago
On Sat, May 17, 2025 at 18:32:17 +0200, Jens Schmidt wrote:
> From: Jens Schmidt <farblos@vodafonemail.de>
> 
> Signed-off-by: Jens Schmidt <farblos@vodafonemail.de>
> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
> ---
>  NEWS.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 0da3bf4d79..d12d473ceb 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -17,6 +17,10 @@ v11.4.0 (unreleased)
>  
>  * **New features**
>  
> +  * virsh: Add option ``--no-pkttyagent``
> +
> +    That option suppresses registration of pkttyagent with polkitd.

I'll move this ..

> +
>  * **Improvements**

... under improvements and I'll push this series shortly. Thanks for the
patches!