public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <michich@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10: - SELinux policy: Allow untrusted binaries to getattr all filesystems. (BSD
Date: Thu, 30 Jul 2026 15:15:31 GMT	[thread overview]
Message-ID: <178542453158.1.7714704086545939563.rpms-icecream-99712f122885@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/icecream
        Branch : epel10
        Commit : 99712f1228856c8855882b450540b77e96595da0
        Author : Michal Schmidt <michich@fedoraproject.org>
        Date   : 2009-08-18T21:46:08+00:00
        Stats  : +8/-2 in 2 file(s)
        URL    : https://src.fedoraproject.org/rpms/icecream/c/99712f1228856c8855882b450540b77e96595da0?branch=epel10

        Log:
        - SELinux policy: Allow untrusted binaries to getattr all filesystems. (BSD
process accounting does vfs_getattr() to check disk space.)

---
diff --git a/icecream.spec b/icecream.spec
index 950eca3..5f4e276 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -11,7 +11,7 @@
 
 Name:		icecream
 Version:	0.9.4
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -233,6 +233,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Mon Aug 17 2009 Michal Schmidt <mschmidt@redhat.com> 0.9.4-4
+- SELinux policy: Allow untrusted binaries to getattr all filesystems.
+  (BSD process accounting does vfs_getattr() to check disk space.)
+
 * Fri Aug 14 2009 Michal Schmidt <mschmidt@redhat.com> 0.9.4-3
 - Create the logfile for the scheduler in the initscript.
 - Allow the scheduler to write to the log in the SELinux policy (BZ#517251).

diff --git a/icecream.te b/icecream.te
index 9548436..289b2fb 100644
--- a/icecream.te
+++ b/icecream.te
@@ -1,5 +1,5 @@
 
-policy_module(icecream,0.1.3)
+policy_module(icecream,0.1.4)
 
 ########################################
 #
@@ -183,6 +183,8 @@ manage_files_pattern(iceccd_untrusted_t, iceccd_cache_t, iceccd_cache_t)
 
 can_exec(iceccd_untrusted_t, iceccd_cache_t)
 
+fs_getattr_all_fs(iceccd_untrusted_t)
+
 ########################################
 #
 # icecc_scheduler policy

                 reply	other threads:[~2026-07-30 15:15 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=178542453158.1.7714704086545939563.rpms-icecream-99712f122885@fedoraproject.org \
    --to=michich@fedoraproject.org \
    --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