All of lore.kernel.org
 help / color / mirror / Atom feed
* New MLS constraint?
@ 2006-10-16 16:40 Matt Anderson
  2006-10-16 17:47 ` Christopher J. PeBenito
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Anderson @ 2006-10-16 16:40 UTC (permalink / raw)
  To: selinux, redhat-lspp

With the removal of TCS's dev-allocator the solution for multi-level
printers that came out of the LSPP calls was to set a range on the
printer device, using chcon, and use SELinux to verify that the print
job was inside that range.

I've since added checking code to the server which does not allow jobs
to be enqueued into the spool or queued and printed unless an
avc_has_perm() check passes.  The current check uses SECCLASS_FILE, and
checks FILE__WRITE;

The subject is something like user_u:user_r:user_lpr_t:s2:A
The object is: system_u:object_r:printer_device_t:s2-s15:c0.c1023

When I do this check however, I get denied whenever the user's context
does not equal the lower level.  Is there a constraint that I can apply,
preferably to the object's type (printer_device_t as opposed to *_lpr_t,
) that would allow the above check to succeed?

-matt

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

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

end of thread, other threads:[~2006-11-01 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-16 16:40 New MLS constraint? Matt Anderson
2006-10-16 17:47 ` Christopher J. PeBenito
2006-10-16 18:53   ` Matt Anderson
2006-11-01  0:47   ` Matt Anderson
2006-11-01 15:41     ` 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.