All of lore.kernel.org
 help / color / mirror / Atom feed
* Allow rule not having any effect?!
@ 2024-11-11 17:30 Ian Pilcher
  2024-11-11 18:27 ` Dominick Grift
  2024-11-11 18:27 ` SOLVED: " Ian Pilcher
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Pilcher @ 2024-11-11 17:30 UTC (permalink / raw)
  To: SElinux list

I'm either missing something incredibly obvious, or something really,
really weird is going on.

I have a policy module that includes this rule.

   allow runcp_t etc_t:file { create write setattr };

And I can see that the rule is loaded.

   $ sesearch --allow -s runcp_t -t etc_t -c file -ds -dt
   allow runcp_t etc_t:file { create setattr write };

Nonetheless, I am still getting this denial.

   type=AVC msg=audit(1731345803.780:3765): avc:  denied  { create } for
   pid=289668 comm="cp" name="config"
   scontext=system_u:system_r:runcp_t:s0
   tcontext=unconfined_u:object_r:etc_t:s0 tclass=file permissive=0

AFAICT, this makes no sense at all.

Any ideas?

-- 
========================================================================
If your user interface is intuitive in retrospect ... it isn't intuitive
========================================================================


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

end of thread, other threads:[~2024-11-11 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 17:30 Allow rule not having any effect?! Ian Pilcher
2024-11-11 18:27 ` Dominick Grift
2024-11-11 18:27 ` SOLVED: " Ian Pilcher

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.