Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] apparmor: adjust profiles
@ 2019-06-01 15:16 voidlinux-github
  2019-06-01 15:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-01 15:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages apparmor-profiles
https://github.com/void-linux/void-packages/pull/12069

apparmor: adjust profiles
None

A patch file from https://github.com/void-linux/void-packages/pull/12069.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apparmor-profiles-12069.patch --]
[-- Type: application/text/x-diff, Size: 1808 bytes --]

From 4a14ad19cfb7e54a582c34d6f772c73799ac9191 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 1 Jun 2019 15:11:58 +0000
Subject: [PATCH] apparmor: adjust dhcpcd and wpa_supplicant profiles

---
 srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd         | 2 ++
 srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant | 1 +
 srcpkgs/apparmor/template                              | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd b/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
index 92f3792487c..3e9d39be538 100644
--- a/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
+++ b/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
@@ -45,6 +45,8 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
   /var/db/dhcpcd/** rw,
   /{usr/,}bin/dhcpcd mrix,
 
+  owner @{PROC}/@{pid}/mountinfo r,
+
   # Site-specific additions and overrides. See local/README for details.
   #include <local/usr.bin.dhcpcd>
 }
diff --git a/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant b/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
index dec2ff90c24..fbe20060de4 100644
--- a/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
+++ b/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
@@ -8,6 +8,7 @@
   capability net_raw,
   capability chown,
   capability dac_override,
+  capability fsetid,
   network inet dgram,
   network inet raw,
   network packet dgram,
diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index d00813bfe70..d565a425065 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.2
-revision=5
+revision=6
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure

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

* Re: [PR PATCH] [Updated] apparmor: adjust profiles
  2019-06-01 15:16 [PR PATCH] apparmor: adjust profiles voidlinux-github
@ 2019-06-01 15:18 ` voidlinux-github
  2019-06-01 15:18 ` voidlinux-github
  2019-06-02  6:36 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-01 15:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages apparmor-profiles
https://github.com/void-linux/void-packages/pull/12069

apparmor: adjust profiles
None

A patch file from https://github.com/void-linux/void-packages/pull/12069.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apparmor-profiles-12069.patch --]
[-- Type: application/text/x-diff, Size: 1808 bytes --]

From 48637b4e2a42218856eb7cf315090d80fb2d5ec9 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 1 Jun 2019 15:11:58 +0000
Subject: [PATCH] apparmor: adjust dhcpcd and wpa_supplicant profiles

---
 srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd         | 2 ++
 srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant | 1 +
 srcpkgs/apparmor/template                              | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd b/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
index 92f3792487c..3e9d39be538 100644
--- a/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
+++ b/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
@@ -45,6 +45,8 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
   /var/db/dhcpcd/** rw,
   /{usr/,}bin/dhcpcd mrix,
 
+  owner @{PROC}/@{pid}/mountinfo r,
+
   # Site-specific additions and overrides. See local/README for details.
   #include <local/usr.bin.dhcpcd>
 }
diff --git a/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant b/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
index dec2ff90c24..fbe20060de4 100644
--- a/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
+++ b/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
@@ -8,6 +8,7 @@
   capability net_raw,
   capability chown,
   capability dac_override,
+  capability fsetid,
   network inet dgram,
   network inet raw,
   network packet dgram,
diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index d00813bfe70..d565a425065 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.2
-revision=5
+revision=6
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure

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

* Re: [PR PATCH] [Updated] apparmor: adjust profiles
  2019-06-01 15:16 [PR PATCH] apparmor: adjust profiles voidlinux-github
  2019-06-01 15:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-01 15:18 ` voidlinux-github
  2019-06-02  6:36 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-01 15:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages apparmor-profiles
https://github.com/void-linux/void-packages/pull/12069

apparmor: adjust profiles
None

A patch file from https://github.com/void-linux/void-packages/pull/12069.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apparmor-profiles-12069.patch --]
[-- Type: application/text/x-diff, Size: 1808 bytes --]

From 48637b4e2a42218856eb7cf315090d80fb2d5ec9 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 1 Jun 2019 15:11:58 +0000
Subject: [PATCH] apparmor: adjust dhcpcd and wpa_supplicant profiles

---
 srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd         | 2 ++
 srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant | 1 +
 srcpkgs/apparmor/template                              | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd b/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
index 92f3792487c..3e9d39be538 100644
--- a/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
+++ b/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd
@@ -45,6 +45,8 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
   /var/db/dhcpcd/** rw,
   /{usr/,}bin/dhcpcd mrix,
 
+  owner @{PROC}/@{pid}/mountinfo r,
+
   # Site-specific additions and overrides. See local/README for details.
   #include <local/usr.bin.dhcpcd>
 }
diff --git a/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant b/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
index dec2ff90c24..fbe20060de4 100644
--- a/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
+++ b/srcpkgs/apparmor/files/profiles/usr.bin.wpa_supplicant
@@ -8,6 +8,7 @@
   capability net_raw,
   capability chown,
   capability dac_override,
+  capability fsetid,
   network inet dgram,
   network inet raw,
   network packet dgram,
diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index d00813bfe70..d565a425065 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.2
-revision=5
+revision=6
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure

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

* Re: [PR PATCH] [Merged]: apparmor: adjust profiles
  2019-06-01 15:16 [PR PATCH] apparmor: adjust profiles voidlinux-github
  2019-06-01 15:18 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-01 15:18 ` voidlinux-github
@ 2019-06-02  6:36 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-02  6:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

There's a merged pull request on the void-packages repository

apparmor: adjust profiles
https://github.com/void-linux/void-packages/pull/12069
Description: None

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

end of thread, other threads:[~2019-06-02  6:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01 15:16 [PR PATCH] apparmor: adjust profiles voidlinux-github
2019-06-01 15:18 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-01 15:18 ` voidlinux-github
2019-06-02  6:36 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).