Re: [systemd-devel] [PATCH 2/2] test: Use 'CapBnd' string for capability bounding set

2014-09-17 Thread Daniel Mack
On 09/17/2014 04:12 AM, Djalal Harouni wrote:
 Signed-off-by: Djalal Harouni tix...@opendz.org
 ---
  test/kdbus-util.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/test/kdbus-util.c b/test/kdbus-util.c
 index fe4565c..b1c5864 100644
 --- a/test/kdbus-util.c
 +++ b/test/kdbus-util.c
 @@ -569,7 +569,7 @@ void kdbus_msg_dump(const struct kdbus_conn *conn, const 
 struct kdbus_msg *msg)
   for (i = 0; i  n; i++)
   kdbus_printf(%08x, cap[(2 * n) + (n - i - 
 1)]);
  
 - kdbus_printf( CapInh=);
 + kdbus_printf( CapBnd=);
   for (i = 0; i  n; i++)
   kdbus_printf(%08x, cap[(3 * n) + (n - i - 
 1)]);
   kdbus_printf(\n);
 

Appplied both, thanks!

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH 2/2] test: Use 'CapBnd' string for capability bounding set

2014-09-16 Thread Djalal Harouni
Signed-off-by: Djalal Harouni tix...@opendz.org
---
 test/kdbus-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/kdbus-util.c b/test/kdbus-util.c
index fe4565c..b1c5864 100644
--- a/test/kdbus-util.c
+++ b/test/kdbus-util.c
@@ -569,7 +569,7 @@ void kdbus_msg_dump(const struct kdbus_conn *conn, const 
struct kdbus_msg *msg)
for (i = 0; i  n; i++)
kdbus_printf(%08x, cap[(2 * n) + (n - i - 
1)]);
 
-   kdbus_printf( CapInh=);
+   kdbus_printf( CapBnd=);
for (i = 0; i  n; i++)
kdbus_printf(%08x, cap[(3 * n) + (n - i - 
1)]);
kdbus_printf(\n);
-- 
1.9.3

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel