public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10.2: selinux: allow icecc_scheduler_t to read /proc/meminfo
Date: Thu, 30 Jul 2026 16:31:23 GMT	[thread overview]
Message-ID: <178542908303.1.14550025141102477377.rpms-icecream-d7dd36b9abf9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/icecream
            Branch : epel10.2
            Commit : d7dd36b9abf955bef2a21e242f7b814998b9e206
            Author : Michal Schmidt <mschmidt@redhat.com>
            Date   : 2014-12-12T15:51:25+01:00
            Stats  : +6/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/icecream/c/d7dd36b9abf955bef2a21e242f7b814998b9e206?branch=epel10.2

            Log:
            selinux: allow icecc_scheduler_t to read /proc/meminfo

The wrapper is in bash, bash uses qsort during initialization,
qsort calls sysconf(_SC_PHYS_PAGES), glibc parses /proc/meminfo.
Allow it.

---
diff --git a/icecream.spec b/icecream.spec
index fbbaaa6..8f44248 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -4,7 +4,7 @@
 
 Name:		icecream
 Version:	1.0.1
-Release:	10.20140822git%{?dist}
+Release:	11.20140822git%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -255,6 +255,9 @@ exit 0
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Fri Dec 12 2014 Michal Schmidt <mschmidt@redhat.com> - 1.0.1-11.20140822git
+- selinux: allow icecc_scheduler_t to read /proc/meminfo
+
 * Fri Dec 12 2014 Michal Schmidt <mschmidt@redhat.com> - 1.0.1-10.20140822git
 - selinux: fix daemons running as unconfined_service_t
 - selinux: fix label of icecc-create-env

diff --git a/icecream.te b/icecream.te
index 97ba564..49f439f 100644
--- a/icecream.te
+++ b/icecream.te
@@ -210,3 +210,5 @@ libs_use_ld_so(icecc_scheduler_t)
 libs_use_shared_libs(icecc_scheduler_t)
 
 miscfiles_read_localization(icecc_scheduler_t)
+
+kernel_read_system_state(icecc_scheduler_t)

                 reply	other threads:[~2026-07-30 16:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178542908303.1.14550025141102477377.rpms-icecream-d7dd36b9abf9@fedoraproject.org \
    --to=mschmidt@redhat.com \
    --cc=git-commits@fedoraproject.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