From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ Date: Thu, 17 Dec 2015 18:49:42 +0000 (UTC) [thread overview] Message-ID: <1450367855.ca03f8aa14fec8faf06c9d9b56c1273b175ce0e4.perfinion@gentoo> (raw) commit: ca03f8aa14fec8faf06c9d9b56c1273b175ce0e4 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com> AuthorDate: Tue Dec 8 14:53:02 2015 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 15:57:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ca03f8aa Update Changelog for release. policy/modules/contrib/Changelog | 93 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/policy/modules/contrib/Changelog b/policy/modules/contrib/Changelog index 66e7d7c..63c8ea9 100644 --- a/policy/modules/contrib/Changelog +++ b/policy/modules/contrib/Changelog @@ -1,3 +1,96 @@ +* Tue Dec 08 2015 Chris PeBenito <selinux@tresys.com> - 2.20151208 +Alexander Wetzel (1): + add vfio support for libvirt + +Chas Williams - CONTRACTOR (1): + afs: update labels, file contexts and allow access to urandom + +Chris PeBenito (14): + Module version bump for hadoop_admin() fix from Jazon Zaman. + Module version bump for fc typo in radius from Sven Vermeulen. + Module version bump for patches from Jason Zaman. + Module version bump for init_startstop_service from Jason Zaman. + Module version bump for cron_admin interface from Jason Zaman. + Comment/whitespace fix in virt.te. + Module version bump for vfio support for libvirt from Alexander Wetzel. + Add systemd unit types. + Add systemd socket activations. + Merge branch 'pebenito-master' + Module version bump for systemd additions. + Merge branch 'bigon-systemd' + Module version bump for dbus systemd patch from Laurent Bigonville. + Bump module versions for release. + +Dominick Grift (16): + Module version bump for courier fixes from Sven Vermeulen. + Module version bump for afs fixes from Chas Williams. + Redundant rules and afs_files_t is not a filesystem type + Various samhain fixes + Cachefilesd module updates + Module version bump for changes to the dnsmasq policy module by Jason + Zaman + Module version bump for changes to the snmp policy module by Jason Zaman + Module version bump for changes to the pulseaudio policy module by Jason + Zaman + cachefiles: It is cachefilesd_cache_t + Module version bump for update to the networkmanager policy module by + Stephen Smalley. + Module version bumps for "Remove run interface calls from admin + interfaces" changes by Jason Zaman. + Module version bump for changes to the pulseaudio module by Niklas Haas. + Changes to the git, hadoop and rsync modules by Jason Zaman. + Module version bump for changes to the virt module by Jason Zaman + Module version bump for changes to the mozilla module from Laurent + Bigonville. + Module version bump for changes to the wine module by Nicolas Iooss + +Jason Zaman (19): + hadoop: remove _role from _admin interface + rpcbind: typo fix + git: make inetd interface optional + rpc: introduce allow_gssd_write_tmp boolean + rpc: allow setgid capability + virt: add virt_tmpfs_t type and permissions + introduce virt_leaseshelper_t + dnsmasq: allow exec shell for scripts + snmp: missing fcontext for snmpd + pulseaudio: filetrans for autospawn.lock + Use init_startstop_service in admin interfaces A-M + Use init_startstop_service in admin interfaces N-Z + Remove _run() interfaces from _admin() + Introduce cron_admin interface + rsync: remove rsync_run from admin interface + git: allow git_system_t to listen on tcp_sockets + hadoop: init_startstop_service() can not take attributes + virt: Allow creating qemu guest agent socket + virt: Add policy for virtlockd the Virtual machine lock manager + +Laurent Bigonville (2): + Transition D-Bus system service out of the init_t domain when PID1 is + systemd + Label iceweasel plugin-container executable as mozilla_plugin_exec_t + +Nicolas Iooss (1): + wine: remove use of nonexisting interface + +Niklas Haas (1): + pulse: don't give pulseaudio_client full access to user_home_t + +Stephen Smalley (1): + contrib: networkmanager: allow netlink_generic_socket access + +Sven Vermeulen (6): + Locate authdaemon socket and communicate with authdaemon + Allow authdaemon to access selinux fs to check SELinux state + Grant setuid/setgid to courier_pop_t + Execute courier helper script after authentication + Courier IMAP needs to manage the users' maildir + Fix typo for radiusd /var/lib location + +doverride (2): + Merge pull request #3 from haasn/pulse-nohome + Merge pull request #6 from bigon/mozilla-1 + * Wed Dec 03 2014 Chris PeBenito <selinux@tresys.com> - 2.20141203 Chris PeBenito (26): Whitespace fix in ntp.fc.
WARNING: multiple messages have this Message-ID (diff)
From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ Date: Thu, 17 Dec 2015 16:10:40 +0000 (UTC) [thread overview] Message-ID: <1450367855.ca03f8aa14fec8faf06c9d9b56c1273b175ce0e4.perfinion@gentoo> (raw) Message-ID: <20151217161040.INk14rlVjkNzxxYo572Oal2nTT20m9nUzb5sJ7Ra2Qc@z> (raw) commit: ca03f8aa14fec8faf06c9d9b56c1273b175ce0e4 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com> AuthorDate: Tue Dec 8 14:53:02 2015 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 15:57:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ca03f8aa Update Changelog for release. policy/modules/contrib/Changelog | 93 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/policy/modules/contrib/Changelog b/policy/modules/contrib/Changelog index 66e7d7c..63c8ea9 100644 --- a/policy/modules/contrib/Changelog +++ b/policy/modules/contrib/Changelog @@ -1,3 +1,96 @@ +* Tue Dec 08 2015 Chris PeBenito <selinux@tresys.com> - 2.20151208 +Alexander Wetzel (1): + add vfio support for libvirt + +Chas Williams - CONTRACTOR (1): + afs: update labels, file contexts and allow access to urandom + +Chris PeBenito (14): + Module version bump for hadoop_admin() fix from Jazon Zaman. + Module version bump for fc typo in radius from Sven Vermeulen. + Module version bump for patches from Jason Zaman. + Module version bump for init_startstop_service from Jason Zaman. + Module version bump for cron_admin interface from Jason Zaman. + Comment/whitespace fix in virt.te. + Module version bump for vfio support for libvirt from Alexander Wetzel. + Add systemd unit types. + Add systemd socket activations. + Merge branch 'pebenito-master' + Module version bump for systemd additions. + Merge branch 'bigon-systemd' + Module version bump for dbus systemd patch from Laurent Bigonville. + Bump module versions for release. + +Dominick Grift (16): + Module version bump for courier fixes from Sven Vermeulen. + Module version bump for afs fixes from Chas Williams. + Redundant rules and afs_files_t is not a filesystem type + Various samhain fixes + Cachefilesd module updates + Module version bump for changes to the dnsmasq policy module by Jason + Zaman + Module version bump for changes to the snmp policy module by Jason Zaman + Module version bump for changes to the pulseaudio policy module by Jason + Zaman + cachefiles: It is cachefilesd_cache_t + Module version bump for update to the networkmanager policy module by + Stephen Smalley. + Module version bumps for "Remove run interface calls from admin + interfaces" changes by Jason Zaman. + Module version bump for changes to the pulseaudio module by Niklas Haas. + Changes to the git, hadoop and rsync modules by Jason Zaman. + Module version bump for changes to the virt module by Jason Zaman + Module version bump for changes to the mozilla module from Laurent + Bigonville. + Module version bump for changes to the wine module by Nicolas Iooss + +Jason Zaman (19): + hadoop: remove _role from _admin interface + rpcbind: typo fix + git: make inetd interface optional + rpc: introduce allow_gssd_write_tmp boolean + rpc: allow setgid capability + virt: add virt_tmpfs_t type and permissions + introduce virt_leaseshelper_t + dnsmasq: allow exec shell for scripts + snmp: missing fcontext for snmpd + pulseaudio: filetrans for autospawn.lock + Use init_startstop_service in admin interfaces A-M + Use init_startstop_service in admin interfaces N-Z + Remove _run() interfaces from _admin() + Introduce cron_admin interface + rsync: remove rsync_run from admin interface + git: allow git_system_t to listen on tcp_sockets + hadoop: init_startstop_service() can not take attributes + virt: Allow creating qemu guest agent socket + virt: Add policy for virtlockd the Virtual machine lock manager + +Laurent Bigonville (2): + Transition D-Bus system service out of the init_t domain when PID1 is + systemd + Label iceweasel plugin-container executable as mozilla_plugin_exec_t + +Nicolas Iooss (1): + wine: remove use of nonexisting interface + +Niklas Haas (1): + pulse: don't give pulseaudio_client full access to user_home_t + +Stephen Smalley (1): + contrib: networkmanager: allow netlink_generic_socket access + +Sven Vermeulen (6): + Locate authdaemon socket and communicate with authdaemon + Allow authdaemon to access selinux fs to check SELinux state + Grant setuid/setgid to courier_pop_t + Execute courier helper script after authentication + Courier IMAP needs to manage the users' maildir + Fix typo for radiusd /var/lib location + +doverride (2): + Merge pull request #3 from haasn/pulse-nohome + Merge pull request #6 from bigon/mozilla-1 + * Wed Dec 03 2014 Chris PeBenito <selinux@tresys.com> - 2.20141203 Chris PeBenito (26): Whitespace fix in ntp.fc.
next reply other threads:[~2015-12-17 18:50 UTC|newest] Thread overview: 414+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-12-17 18:49 Jason Zaman [this message] 2015-12-17 16:10 ` [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ Jason Zaman -- strict thread matches above, loose matches on Subject: below -- 2017-09-10 14:03 [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-09-10 14:03 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:08 Jason Zaman 2017-05-25 17:04 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-05-25 17:08 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:47 Jason Zaman 2017-05-07 17:41 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-05-07 17:47 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-05-07 16:09 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-05-07 17:47 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-05-07 16:09 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-05-07 17:47 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-05-07 16:09 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-05-07 17:47 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-05-07 16:09 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-05-07 17:47 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:40 Jason Zaman 2017-04-30 9:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-04-30 9:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-04-30 9:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-04-30 9:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-04-30 9:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-04-30 9:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-04-30 9:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-04-30 9:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-04-30 9:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-04-30 9:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-04-30 9:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-04-30 9:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:09 Jason Zaman 2017-03-30 17:06 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-03-30 17:09 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-03-30 17:06 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-03-30 17:09 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-03-30 17:06 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-03-30 17:09 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-03-30 17:06 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-03-30 17:09 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-03-30 17:06 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-03-30 17:09 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 11:40 Jason Zaman 2017-02-27 10:50 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-27 11:40 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 Jason Zaman 2017-02-25 16:58 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-25 16:58 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-25 15:28 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-25 16:58 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:59 Jason Zaman 2017-02-25 14:51 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-25 14:59 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-25 14:51 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-25 14:59 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-25 14:51 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-25 14:59 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:50 Jason Zaman 2017-02-17 8:44 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-17 8:50 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-17 8:44 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-17 8:50 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-17 8:44 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-17 8:50 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-17 8:44 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-17 8:50 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-17 8:44 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-17 8:50 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-02-17 8:44 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2017-02-17 8:50 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2017-01-01 16:47 Jason Zaman 2017-01-01 16:47 Jason Zaman 2017-01-01 16:47 Jason Zaman 2017-01-01 16:47 Jason Zaman 2017-01-01 16:47 Jason Zaman 2017-01-01 16:37 Jason Zaman 2017-01-01 16:37 Jason Zaman 2017-01-01 16:37 Jason Zaman 2017-01-01 16:37 Jason Zaman 2017-01-01 16:37 Jason Zaman 2016-12-08 5:03 Jason Zaman 2016-12-08 5:03 Jason Zaman 2016-12-08 5:03 Jason Zaman 2016-12-08 5:03 Jason Zaman 2016-12-08 5:03 Jason Zaman 2016-12-08 5:03 Jason Zaman 2016-12-08 4:47 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-08 5:03 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 15:10 Jason Zaman 2016-12-06 15:10 Jason Zaman 2016-12-06 15:10 Jason Zaman 2016-12-06 15:10 Jason Zaman 2016-12-06 15:10 Jason Zaman 2016-12-06 15:10 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:25 Jason Zaman 2016-12-06 14:21 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-12-06 13:39 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-12-06 14:25 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-26 11:08 Jason Zaman 2016-10-24 17:14 Sven Vermeulen 2016-10-24 17:14 Sven Vermeulen 2016-10-24 17:14 Sven Vermeulen 2016-10-24 17:14 Sven Vermeulen 2016-10-24 17:14 Sven Vermeulen 2016-10-24 16:56 [gentoo-commits] proj/hardened-refpolicy:master " Sven Vermeulen 2016-10-24 17:13 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:03 Sven Vermeulen 2016-10-24 16:02 [gentoo-commits] proj/hardened-refpolicy:swift " Sven Vermeulen 2016-10-24 16:03 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen 2016-10-24 16:02 [gentoo-commits] proj/hardened-refpolicy:swift " Sven Vermeulen 2016-10-24 16:03 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen 2016-10-24 16:02 [gentoo-commits] proj/hardened-refpolicy:swift " Sven Vermeulen 2016-10-24 16:03 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen 2016-10-24 16:02 [gentoo-commits] proj/hardened-refpolicy:master " Sven Vermeulen 2016-10-24 16:03 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen 2016-10-24 15:44 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:26 Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-10-03 6:20 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-10-03 6:26 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 Jason Zaman 2016-08-17 16:59 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-17 16:59 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-17 16:59 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-17 16:59 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-17 16:59 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-17 16:59 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:35 Jason Zaman 2016-08-13 18:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-13 18:35 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-13 18:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-13 18:35 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-13 18:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-13 18:35 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-13 18:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-13 18:35 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-13 18:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-13 18:35 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-08-13 18:32 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2016-08-13 18:35 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2016-05-26 19:28 Jason Zaman 2016-05-26 19:28 Jason Zaman 2016-05-26 17:39 Jason Zaman 2016-05-26 17:39 Jason Zaman 2016-05-26 15:54 Jason Zaman 2016-05-26 15:54 Jason Zaman 2015-12-18 4:14 Jason Zaman 2015-12-18 3:49 Jason Zaman 2015-12-17 18:52 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 18:49 Jason Zaman 2015-12-17 16:10 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-12-17 18:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-12-17 16:10 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-12-17 18:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-12-17 16:10 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-12-17 18:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-12-17 16:10 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-12-17 18:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-12-17 16:10 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-12-17 18:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-12-17 16:10 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-12-17 18:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-11-23 13:42 Jason Zaman 2015-11-22 10:14 Jason Zaman 2015-11-22 10:14 Jason Zaman 2015-10-26 5:48 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-10-26 5:36 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-10-26 5:48 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-10-26 5:36 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-10-26 5:36 Jason Zaman 2015-10-22 13:44 Jason Zaman 2015-10-17 17:02 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-10-17 17:02 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-10-17 17:02 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-10-17 17:02 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-10-17 17:02 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-10-17 17:02 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-10-17 17:02 Jason Zaman 2015-10-11 10:48 Jason Zaman 2015-10-11 10:48 Jason Zaman 2015-09-20 7:00 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-10-11 10:48 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-09-06 11:25 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-09-06 11:23 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-09-06 11:25 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-09-06 11:23 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-09-06 11:23 Jason Zaman 2015-09-06 11:23 Jason Zaman 2015-09-02 14:41 Jason Zaman 2015-09-02 14:41 Jason Zaman 2015-08-27 19:52 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-27 19:52 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-27 19:11 Jason Zaman 2015-08-27 19:11 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-27 19:11 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-27 19:11 Jason Zaman 2015-08-27 19:11 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-27 19:11 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-27 19:11 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-27 19:11 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-27 19:11 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-27 19:11 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-27 18:58 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-26 6:46 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-27 18:00 Jason Zaman 2015-08-27 17:49 Jason Zaman 2015-08-27 13:26 Jason Zaman 2015-08-26 6:46 Jason Zaman 2015-08-26 6:46 Jason Zaman 2015-08-26 6:46 Jason Zaman 2015-08-26 6:46 Jason Zaman 2015-08-23 4:13 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-26 6:46 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-08-02 19:06 Jason Zaman 2015-08-02 19:06 Jason Zaman 2015-08-02 19:06 Jason Zaman 2015-08-02 19:06 Jason Zaman 2015-08-02 19:06 Jason Zaman 2015-08-02 19:06 Jason Zaman 2015-07-31 14:15 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-08-02 19:06 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-07-13 21:45 Jason Zaman 2015-07-13 21:45 Jason Zaman 2015-07-13 21:45 Jason Zaman 2015-07-13 21:45 Jason Zaman 2015-07-13 21:45 Jason Zaman 2015-07-13 21:45 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-07-13 21:45 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-07-13 21:45 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-07-13 21:45 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-07-13 20:59 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-07-13 21:45 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-07-11 19:57 Jason Zaman 2015-07-11 19:57 Jason Zaman 2015-07-11 19:57 Jason Zaman 2015-07-11 19:57 Jason Zaman 2015-07-11 19:57 Jason Zaman 2015-07-11 19:55 Jason Zaman 2015-07-11 19:52 Jason Zaman 2015-07-11 19:52 Jason Zaman 2015-07-11 19:52 Jason Zaman 2015-07-11 19:52 Jason Zaman 2015-07-11 19:52 Jason Zaman 2015-07-11 19:52 Jason Zaman 2015-07-02 19:28 Jason Zaman 2015-07-02 18:37 Jason Zaman 2015-07-02 18:07 Jason Zaman 2015-07-02 18:07 Jason Zaman 2015-07-02 18:07 Jason Zaman 2015-07-02 18:07 Jason Zaman 2015-07-02 17:07 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-07-02 18:07 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-05-11 22:57 Jason Zaman 2015-05-11 22:10 Jason Zaman 2015-05-11 21:49 Jason Zaman 2015-03-29 10:01 Jason Zaman 2015-03-29 10:01 Jason Zaman 2015-03-29 10:01 Jason Zaman 2015-03-29 10:01 Jason Zaman 2015-03-29 9:59 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-03-29 10:01 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 16:01 Jason Zaman 2015-03-25 15:55 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-03-25 16:01 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-03-25 2:17 Jason Zaman 2015-03-24 13:25 Jason Zaman 2015-03-24 13:25 Jason Zaman 2015-03-23 14:58 Jason Zaman 2015-03-23 14:58 Jason Zaman 2015-03-23 14:58 Jason Zaman 2015-03-04 17:03 Sven Vermeulen 2015-03-04 17:03 Sven Vermeulen 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-24 17:11 Jason Zaman 2015-02-09 18:35 [gentoo-commits] proj/hardened-refpolicy:adminroles " Jason Zaman 2015-02-09 18:33 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-02-09 18:33 Jason Zaman 2015-01-29 9:12 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-01-29 8:38 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-01-29 9:12 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-01-29 8:38 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-01-29 8:38 Jason Zaman 2015-01-29 8:38 Jason Zaman 2015-01-29 8:38 Jason Zaman 2015-01-29 6:51 Jason Zaman 2015-01-29 6:51 Jason Zaman 2015-01-29 6:51 Jason Zaman 2015-01-29 6:51 Jason Zaman 2015-01-29 6:51 Jason Zaman 2015-01-26 5:59 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2015-01-29 6:51 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2015-01-25 13:46 Sven Vermeulen 2015-01-25 13:46 Sven Vermeulen 2015-01-25 13:46 Sven Vermeulen 2015-01-25 13:46 Sven Vermeulen 2015-01-25 13:46 Sven Vermeulen 2015-01-20 15:08 Jason Zaman 2015-01-20 15:08 Jason Zaman 2015-01-20 15:08 Jason Zaman 2015-01-20 15:08 Jason Zaman 2015-01-20 15:08 Jason Zaman 2014-12-21 12:49 [gentoo-commits] proj/hardened-refpolicy:master " Jason Zaman 2014-12-20 15:49 ` [gentoo-commits] proj/hardened-refpolicy:next " Jason Zaman 2014-11-28 11:16 Sven Vermeulen 2014-11-28 10:44 Sven Vermeulen 2014-11-28 9:40 [gentoo-commits] proj/hardened-refpolicy:master " Sven Vermeulen 2014-11-28 10:04 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen 2014-11-23 13:22 [gentoo-commits] proj/hardened-refpolicy:master " Sven Vermeulen 2014-11-28 10:04 ` [gentoo-commits] proj/hardened-refpolicy:next " Sven Vermeulen
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=1450367855.ca03f8aa14fec8faf06c9d9b56c1273b175ce0e4.perfinion@gentoo \ --to=perfinion@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: linkBe 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