All of lore.kernel.org
 help / color / mirror / Atom feed
* Prelink needs to be able to relabel from prelink_tmp_t
@ 2007-02-20 17:30 Daniel J Walsh
  2007-02-23 20:16 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel J Walsh @ 2007-02-20 17:30 UTC (permalink / raw)
  To: Christopher J. PeBenito, SE Linux

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

prelink creates temporarly files that it then needs to relabel.



[-- Attachment #2: nsaserefpolicy_policy_modules_admin_prelink.patch --]
[-- Type: text/x-patch, Size: 490 bytes --]

--- nsaserefpolicy/policy/modules/admin/prelink.te	2007-02-19 11:32:54.000000000 -0500
+++ serefpolicy-2.5.4/policy/modules/admin/prelink.te	2007-02-19 16:01:52.000000000 -0500
@@ -43,6 +43,7 @@
 allow prelink_t prelink_tmp_t:file { manage_file_perms execute };
 files_tmp_filetrans(prelink_t, prelink_tmp_t, file)
 fs_tmpfs_filetrans(prelink_t, prelink_tmp_t, file)
+allow prelink_t prelink_tmp_t:file relabelfrom;
 
 # prelink misc objects that are not system
 # libraries or entrypoints

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-23 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-20 17:30 Prelink needs to be able to relabel from prelink_tmp_t Daniel J Walsh
2007-02-23 20:16 ` Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.