[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package openscap - 1.2.17-0.1ubuntu7.22.04.2

---
openscap (1.2.17-0.1ubuntu7.22.04.2) jammy; urgency=medium

  * Fix segfault in systemdunitdependency probe (LP: #2062389)

 -- Eduardo Barretto   Wed, 17 Apr 2024
20:55:11 +0200

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package openscap - 1.2.16-2ubuntu3.4

---
openscap (1.2.16-2ubuntu3.4) focal; urgency=medium

  * Fix segfault in systemdunitdependency probe (LP: #2062389)

 -- Eduardo Barretto   Wed, 17 Apr 2024
21:31:32 +0200

** Changed in: openscap (Ubuntu Focal)
   Status: Fix Committed => Fix Released

** Changed in: openscap (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-06-03 Thread Eduardo Barretto
** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-05-08 Thread Eduardo Barretto
On Ubuntu 20.04, following the tests outlined in the description, below
is the result:

$ uname -a
Linux sec-focal-amd64 5.4.0-181-generic #201-Ubuntu SMP Thu Mar 28 15:39:01 UTC 
2024 x86_64 x86_64 x86_64 GNU/Linux

$ dpkg -l | grep libopenscap
ii  libopenscap8   1.2.16-2ubuntu3.3
   amd64Set of libraries enabling integration of the SCAP line of 
standards

$ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml 
Definition oval:ssg-service_rsyslog_enabled:def:1: true
Evaluation done.

$ sudo apt install ceph-mds

$ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml 
W: oscap: Can't receive message: 103, Software caused connection abort.
W: oscap: Can't receive message: 103, Software caused connection abort.
OpenSCAP Error: Probe with PID=8143 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
Probe with PID=8143 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog:tst:1' has an unknown flag. This may 
indicate a bug in OpenSCAP. [../../../../src/OVAL/results/oval_resultTest.c:913]
Probe with PID=8154 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
Probe with PID=8154 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_socket_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog_socket:tst:1' has an unknown flag. This 
may indicate a bug in OpenSCAP. 
[../../../../src/OVAL/results/oval_resultTest.c:913]

# INSTALL -proposed VERSION
$ sudo apt install libopenscap8=1.2.16-2ubuntu3.4

# SUCCESSFUL PASS
$ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml 
Definition oval:ssg-service_rsyslog_enabled:def:1: true
Evaluation done.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-05-08 Thread Eduardo Barretto
On Ubuntu 22.04, following the tests outlined in the description, below
is the result:

$ uname -a
Linux sec-jammy-amd64 6.5.0-28-generic #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC 
Thu Apr  4 14:39:20 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

# Check that current version of openscap is installed
$ dpkg -l | grep libopenscap
ii  libopenscap8   1.2.17-0.1ubuntu7.22.04.1
   amd64Set of libraries enabling integration of the SCAP line of 
standards

$ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
Definition oval:ssg-service_rsyslog_enabled:def:1: true
Evaluation done.

$ sudo apt install ceph-mds

$ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
W: oscap: Can't receive message: 103, Software caused connection abort.
W: oscap: Can't receive message: 103, Software caused connection abort.
OpenSCAP Error: Probe with PID=8585 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
Probe with PID=8585 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog:tst:1' has an unknown flag. This may 
indicate a bug in OpenSCAP. [../../../../src/OVAL/results/oval_resultTest.c:982]
Probe with PID=8599 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
Probe with PID=8599 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_socket_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog_socket:tst:1' has an unknown flag. This 
may indicate a bug in OpenSCAP. 
[../../../../src/OVAL/results/oval_resultTest.c:982]


# INSTALL -proposed VERSION
$ sudo apt install libopenscap8=1.2.17-0.1ubuntu7.22.04.2 

# SUCCESSFUL PASS 
$ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
Definition oval:ssg-service_rsyslog_enabled:def:1: true
Evaluation done.


Still for Ubuntu 22.04 we also got confirmation on LP: #2060345 that now usg 
passed successfully. See https://bugs.launchpad.net/usg/+bug/2060345/comments/15

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-26 Thread Marc Deslauriers
ACK on the debdiffs. Uploaded for processing by the SRU team. Thanks!

** Changed in: openscap (Ubuntu Focal)
   Status: New => In Progress

** Changed in: openscap (Ubuntu Jammy)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-26 Thread Eduardo Barretto
** Also affects: openscap (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: openscap (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Changed in: openscap (Ubuntu Mantic)
   Status: New => Fix Released

** Changed in: openscap (Ubuntu Noble)
   Status: New => Fix Released

** Description changed:

  [ Impact ]
  
   * This issue causes a crash in openscap when there's a circular
  dependency in systemd services, and currently affects both Ubuntu 20.04
- and 22.04.
+ and 22.04. openscap on Ubuntu 23.10 and 24.04 already contain this fix.
  
   * This indirectly is affecting the usage of USG (Ubuntu Security Guide)
  for CIS auditing in systems with ceph-mds. See LP: #2060345.
  
   * This issue was reported to upstream here:
  https://bugzilla.redhat.com/show_bug.cgi?id=1478285 and later fixed in
  openscap upstream git repo
  https://github.com/OpenSCAP/openscap/pull/1474. This SRU is a backport
  of the mentioned pull request.
  
  [ Test Plan ]
  
   * There are a few ways to reproduce this issue, as you can see some notes on 
LP: #2060345.
     But for simplicity, the easiest way to reproduce this issue is to run the 
following commands.
     On Ubuntu 20.04:
  ```
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml
  Definition oval:ssg-service_rsyslog_enabled:def:1: true
  Evaluation done.
  
  $ sudo apt install ceph-mds
  
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml
  W: oscap: Can't receive message: 103, Software caused connection abort.
  W: oscap: Can't receive message: 103, Software caused connection abort.
  OpenSCAP Error: Probe with PID=1522 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1522 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog:tst:1' has an unknown flag. This may 
indicate a bug in OpenSCAP. [../../../../src/OVAL/results/oval_resultTest.c:913]
  Probe with PID=1531 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1531 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_socket_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog_socket:tst:1' has an unknown flag. This 
may indicate a bug in OpenSCAP. 
[../../../../src/OVAL/results/oval_resultTest.c:913]
  
  $ sudo apt install libopenscap8=1.2.16-2ubuntu3.4
  
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml
  Definition oval:ssg-service_rsyslog_enabled:def:1: true
  Evaluation done.
  ```
  
     On Ubuntu 22.04:
  ```
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
  Definition oval:ssg-service_rsyslog_enabled:def:1: true
  Evaluation done.
  
  $ sudo apt install ceph-mds
  
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
  W: oscap: Can't receive message: 103, Software caused connection abort.
  W: oscap: Can't receive message: 103, Software caused connection abort.
  OpenSCAP Error: Probe with PID=1421 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1421 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog:tst:1' has an unknown flag. This may 
indicate a bug in OpenSCAP. [../../../../src/OVAL/results/oval_resultTest.c:982]
  Probe with PID=1431 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1431 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_socket_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog_socket:tst:1' has an unknown flag. This 
may indicate a bug in OpenSCAP. 
[../../../../src/OVAL/results/oval_resultTest.c:982]
  
  $ sudo apt install libopenscap8=1.2.17-0.1ubuntu7.22.04.2
  
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
  Definition oval:ssg-service_rsyslog_enabled:def:1: true
  Evaluation done.
  ```
  
   * The other tests we will do is to run full usg fix and audit and
  report if the output is as expected.
  
  [ Where problems could occur ]
  
   * This fix was never backported to version 1.2 in upstream git repo, but was 
applied to openscap 1.2 in
     RHEL-based distros, it is unclear if the backport ever created another 
issue with the
     systemdunitdependency probe. If that is the case we expect to see some 
other tests 

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Patch added: "openscap_1.2.17-0.1ubuntu7.22.04.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767572/+files/openscap_1.2.17-0.1ubuntu7.22.04.2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Patch added: "openscap_1.2.16-2ubuntu3.4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767571/+files/openscap_1.2.16-2ubuntu3.4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Patch added: "openscap_1.2.17-0.1ubuntu7.22.04.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767559/+files/openscap_1.2.17-0.1ubuntu7.22.04.2.debdiff

** Description changed:

  [ Impact ]
  
-  * This issue causes a crash in openscap when there's a circular
+  * This issue causes a crash in openscap when there's a circular
  dependency in systemd services, and currently affects both Ubuntu 20.04
  and 22.04.
  
-  * This indirectly is affecting the usage of USG (Ubuntu Security Guide)
+  * This indirectly is affecting the usage of USG (Ubuntu Security Guide)
  for CIS auditing in systems with ceph-mds. See LP: #2060345.
  
-  * This issue was reported to upstream here:
+  * This issue was reported to upstream here:
  https://bugzilla.redhat.com/show_bug.cgi?id=1478285 and later fixed in
  openscap upstream git repo
  https://github.com/OpenSCAP/openscap/pull/1474. This SRU is a backport
  of the mentioned pull request.
  
  [ Test Plan ]
  
-  * There are a few ways to reproduce this issue, as you can see some notes on 
LP: #2060345.
-But for simplicity, the easiest way to reproduce this issue is to run the 
following commands.
-Without the patch on Ubuntu 20.04:
+  * There are a few ways to reproduce this issue, as you can see some notes on 
LP: #2060345.
+    But for simplicity, the easiest way to reproduce this issue is to run the 
following commands.
+    Without the patch on Ubuntu 20.04:
  ```
- $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml 
+ $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml
+ Definition oval:ssg-service_rsyslog_enabled:def:1: true
+ Evaluation done.
+ $ sudo apt install ceph-mds
+ $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml
  W: oscap: Can't receive message: 103, Software caused connection abort.
  W: oscap: Can't receive message: 103, Software caused connection abort.
  OpenSCAP Error: Probe with PID=1522 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1522 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog:tst:1' has an unknown flag. This may 
indicate a bug in OpenSCAP. [../../../../src/OVAL/results/oval_resultTest.c:913]
  Probe with PID=1531 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1531 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_socket_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog_socket:tst:1' has an unknown flag. This 
may indicate a bug in OpenSCAP. 
[../../../../src/OVAL/results/oval_resultTest.c:913]
  ```
  
-   With the patch on Ubuntu 20.04:
+   With the patch on Ubuntu 20.04:
  ```
  $ sudo apt install libopenscap8=1.2.16-2ubuntu3.4
- $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml 
+ $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2004-oval.xml
  Definition oval:ssg-service_rsyslog_enabled:def:1: true
  Evaluation done.
  ```
  
-Without the patch on Ubuntu 22.04:
+    Without the patch on Ubuntu 22.04:
  ```
+ $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
+ Definition oval:ssg-service_rsyslog_enabled:def:1: true
+ Evaluation done.
+ $ sudo apt install ceph-mds
  $ oscap oval eval --id "oval:ssg-service_rsyslog_enabled:def:1" 
ssg-ubuntu2204-oval.xml
  W: oscap: Can't receive message: 103, Software caused connection abort.
  W: oscap: Can't receive message: 103, Software caused connection abort.
  OpenSCAP Error: Probe with PID=1421 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1421 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog:tst:1' has an unknown flag. This may 
indicate a bug in OpenSCAP. [../../../../src/OVAL/results/oval_resultTest.c:982]
  Probe with PID=1431 has been killed with signal 11 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:178]
  Probe with PID=1431 has core dumped. 
[../../../../../src/OVAL/probes/SEAP/sch_pipe.c:182]
  Item corresponding to object 
'oval:ssg-object_multi_user_target_for_rsyslog_socket_enabled:obj:1' from test 
'oval:ssg-test_multi_user_wants_rsyslog_socket:tst:1' has an unknown flag. This 
may indicate a bug in OpenSCAP. 
[../../../../src/OVAL/results/oval_resultTest.c:982]
  ```
  
-   With the patch on Ubuntu 22.04:
+   With the patch on Ubuntu 22.04:
  ```
  $ sudo apt install 

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Patch added: "openscap_1.2.17-0.1ubuntu7.22.04.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767558/+files/openscap_1.2.17-0.1ubuntu7.22.04.2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Patch added: "openscap_1.2.16-2ubuntu3.4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767557/+files/openscap_1.2.16-2ubuntu3.4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Attachment added: "oval file for ubuntu 20.04"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767555/+files/ssg-ubuntu2004-oval.xml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-04-18 Thread Eduardo Barretto
** Attachment added: "oval file for ubuntu 22.04"
   
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+attachment/5767556/+files/ssg-ubuntu2204-oval.xml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062389

Title:
  [SRU] Fix segfault in systemdunitdependency probe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/2062389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs