From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/
Date: Sun, 15 Mar 2015 19:12:38 +0000 (UTC) [thread overview]
Message-ID: <1426446730.4f564bfd7101c97dd46d5df4359b57b07fdf8c4e.twitch153@gentoo> (raw)
commit: 4f564bfd7101c97dd46d5df4359b57b07fdf8c4e
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 19:12:10 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 19:12:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=4f564bfd
tools-hardened/desktop run-base.sh: Disables MPROTECT on gnome-shell for gnome variant
tools-hardened/desktop/run-base.sh | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tools-hardened/desktop/run-base.sh b/tools-hardened/desktop/run-base.sh
index 7cd525b..f73726b 100755
--- a/tools-hardened/desktop/run-base.sh
+++ b/tools-hardened/desktop/run-base.sh
@@ -50,6 +50,13 @@ update_world() {
cp -f update.sh "${ROOTFS}"/tmp/
chroot "${ROOTFS}"/ /tmp/update.sh
rm -f "${ROOTFS}"/tmp/update.sh
+
+ if [ "${WORLD_BASE}" == "gnome" ];
+ then
+ gnome_shell_loc=`chroot "${ROOTFS}"/ which gnome-shell`
+ chroot "${ROOTFS}"/ paxctl-ng -vm "${gnome_shell_loc}"
+ unset gnome_shell_loc
+ fi
}
build_kernel() {
next reply other threads:[~2015-03-15 19:12 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-15 19:12 Devan Franchini [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-16 22:15 [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/ Devan Franchini
2015-06-16 22:09 Devan Franchini
2015-06-16 22:02 Devan Franchini
2015-06-16 22:02 Devan Franchini
2015-06-16 21:17 Devan Franchini
2015-06-16 21:04 Devan Franchini
2015-06-13 17:50 Devan Franchini
2015-03-24 2:19 Devan Franchini
2015-03-19 21:12 Devan Franchini
2015-03-15 19:22 Devan Franchini
2015-03-15 19:15 Devan Franchini
2015-03-12 2:28 Devan Franchini
2015-03-12 2:23 Devan Franchini
2015-03-11 21:26 Devan Franchini
2015-02-15 19:56 Devan Franchini
2015-02-15 19:37 Devan Franchini
2015-02-14 4:13 Devan Franchini
2015-02-11 20:25 Devan Franchini
2015-02-10 3:28 Devan Franchini
2015-01-02 4:45 Devan Franchini
2014-12-18 5:34 Devan Franchini
2014-12-15 20:33 Devan Franchini
2014-12-11 23:20 Devan Franchini
2014-12-11 22:29 Devan Franchini
2014-12-09 2:42 Devan Franchini
2014-10-23 14:47 Devan Franchini
2014-10-09 20:38 Devan Franchini
2014-10-09 20:38 Devan Franchini
2014-10-09 20:38 Devan Franchini
2014-08-18 21:59 Robin H. Johnson
2014-07-23 3:31 Devan Franchini
2014-05-06 19:32 Devan Franchini
2014-04-26 3:01 Devan Franchini
2014-04-08 19:59 Devan Franchini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426446730.4f564bfd7101c97dd46d5df4359b57b07fdf8c4e.twitch153@gentoo \
--to=twitch153@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox