Gentoo Archives: gentoo-portage-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH v3 0/2] Two insecure ownership and group-writability QA checks.​
Date: Tue, 07 Aug 2018 16:46:16
Message-Id: 20180807164604.11308-1-mjo@gentoo.org
1 Changes in v3:
2
3 * Undo the setguid exception from v2, and add a comment explaining why.
4 * Add line breaks for readability in two comments.
5 * Try to put back the leading "/" in the output list.
6 * Remove a superfluous comment mentioning the "prefix."
7
8 Michael Orlitzky (2):
9 bin/install-qa-check.d: add new 90bad-bin-owner QA check.
10 bin/install-qa-check.d: add new 90bad-bin-group-write QA check.
11
12 bin/install-qa-check.d/90bad-bin-group-write | 55 ++++++++++++++++++++++++++++
13 bin/install-qa-check.d/90bad-bin-owner | 48 ++++++++++++++++++++++++
14 2 files changed, 103 insertions(+)
15 create mode 100644 bin/install-qa-check.d/90bad-bin-group-write
16 create mode 100644 bin/install-qa-check.d/90bad-bin-owner
17
18 --
19 2.16.4

Replies