All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 00/14] packages: Add SELinux modules to some packages
@ 2020-12-28 16:11 Maxime Chevallier
  2020-12-28 16:11 ` [Buildroot] [PATCH v2 01/14] package/iwd: add SELinux module Maxime Chevallier
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Maxime Chevallier @ 2020-12-28 16:11 UTC (permalink / raw)
  To: buildroot

Hello everyone,

This is the second iteration of the series adding matching between
packages and the SELinux refpolicy module that supports them.

This series focuses on the tools that are impacted by the following
modules in the refpolicy [2] :

  - services/networkmanager, which adds support for :
    - iwd
    - network-manager
    - wpa_supplicant

  - system/ipatbles, which adds support for :
    - ebtables
    - ipset
    - iptables
    - nftables

  - admin/netutils, which adds support for :
    - fping
    - Some of the iputils tools :
      - arping
      - ping
      - tracepath
      - traceroute6
    - mtr
    - nmap
    - tcpdump

  - services/entropyd, which adds support for :
    - haveged
    - jitterentropy-library

With this series, the above-mentionned tools can now be used on systems
that have SELinux enabled.

Since V1, the main changes were the removal of the dhcp package which
will be part of another series, and the rework of the iputils package
according to Antoine Tenart's review.

Thanks,

Maxime

Maxime Chevallier (14):
  package/iwd: add SELinux module
  package/network-manager: add SELinux module
  package/wpa_supplicant: add SELinux module
  package/ebtables: add SELinux module
  package/ipset: add SELinux module
  package/iptables: add SELinux module
  package/nftables: add SELinux module
  package/fping: add SELinux module
  package/iputils: add SELinux module
  package/mtr: add SELinux module
  package/nmap: add SELinux module
  package/tcpdump: add SELinux module
  package/haveged: add SELinux module
  package/jitterentropy-library: add SELinux module

 package/ebtables/ebtables.mk                     |  1 +
 package/fping/fping.mk                           |  1 +
 package/haveged/haveged.mk                       |  1 +
 package/ipset/ipset.mk                           |  1 +
 package/iptables/iptables.mk                     |  2 ++
 package/iputils/iputils.mk                       | 16 ++++++++++++++++
 package/iwd/iwd.mk                               |  1 +
 .../jitterentropy-library.mk                     |  1 +
 package/mtr/mtr.mk                               |  1 +
 package/network-manager/network-manager.mk       |  1 +
 package/nftables/nftables.mk                     |  1 +
 package/nmap/nmap.mk                             |  1 +
 package/tcpdump/tcpdump.mk                       |  1 +
 package/wpa_supplicant/wpa_supplicant.mk         |  1 +
 14 files changed, 30 insertions(+)

-- 
2.25.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-12-29 14:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 16:11 [Buildroot] [PATCH v2 00/14] packages: Add SELinux modules to some packages Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 01/14] package/iwd: add SELinux module Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 02/14] package/network-manager: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 03/14] package/wpa_supplicant: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 04/14] package/ebtables: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 05/14] package/ipset: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 06/14] package/iptables: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 07/14] package/nftables: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 08/14] package/fping: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 09/14] package/iputils: " Maxime Chevallier
2020-12-29 14:09   ` Yann E. MORIN
2020-12-28 16:11 ` [Buildroot] [PATCH v2 10/14] package/mtr: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 11/14] package/nmap: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 12/14] package/tcpdump: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 13/14] package/haveged: " Maxime Chevallier
2020-12-28 16:11 ` [Buildroot] [PATCH v2 14/14] package/jitterentropy-library: " Maxime Chevallier
2020-12-29 10:30 ` [Buildroot] [PATCH v2 00/14] packages: Add SELinux modules to some packages Antoine Tenart
2020-12-29 14:05 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.