All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 0/5] Supporting tmpfiles
@ 2014-08-07 18:05 Sven Vermeulen
  2014-08-07 18:05 ` [refpolicy] [PATCH 1/5] Introduce interface allowing relabeling from/to non-security file types Sven Vermeulen
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Sven Vermeulen @ 2014-08-07 18:05 UTC (permalink / raw)
  To: refpolicy

In this patchset a first attempt for tmpfiles is provided.

Dominick, we did look at your implementation in your CIL repo but didn't include
that approach (with opt-in/opt-out object support) for now, instead opted for a
"basic" set of permissions, and optional wider set (through a boolean).

Sven Vermeulen (5):
  Introduce interface allowing relabeling from/to non-security file
    types
  Introduce interface to relabel from/to pidfile associated types
  Introduce interface to manage all non-security-sensitive resource
    types
  Introduce the tmpfiles_t domain
  Give kmod access to tmpfiles

 policy/modules/kernel/files.if    |  73 +++++++++++++++++
 policy/modules/system/modutils.te |   5 ++
 policy/modules/system/tmpfiles.fc |   7 ++
 policy/modules/system/tmpfiles.if | 161 ++++++++++++++++++++++++++++++++++++++
 policy/modules/system/tmpfiles.te |  99 +++++++++++++++++++++++
 5 files changed, 345 insertions(+)
 create mode 100644 policy/modules/system/tmpfiles.fc
 create mode 100644 policy/modules/system/tmpfiles.if
 create mode 100644 policy/modules/system/tmpfiles.te

-- 
1.8.5.5

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

end of thread, other threads:[~2014-08-18 16:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 18:05 [refpolicy] [PATCH 0/5] Supporting tmpfiles Sven Vermeulen
2014-08-07 18:05 ` [refpolicy] [PATCH 1/5] Introduce interface allowing relabeling from/to non-security file types Sven Vermeulen
2014-08-14 19:35   ` Christopher J. PeBenito
2014-08-15  9:31     ` Sven Vermeulen
2014-08-18 14:57       ` Christopher J. PeBenito
2014-08-07 18:05 ` [refpolicy] [PATCH 2/5] Introduce interface to relabel from/to pidfile associated types Sven Vermeulen
2014-08-07 18:05 ` [refpolicy] [PATCH 3/5] Introduce interface to manage all non-security-sensitive resource types Sven Vermeulen
2014-08-07 18:05 ` [refpolicy] [PATCH 4/5] Introduce the tmpfiles_t domain Sven Vermeulen
2014-08-14 19:40   ` Christopher J. PeBenito
2014-08-14 19:53     ` Dominick Grift
2014-08-15  9:39       ` Sven Vermeulen
2014-08-15  9:35     ` Sven Vermeulen
2014-08-15 15:30       ` Daniel J Walsh
2014-08-18 16:51       ` Christopher J. PeBenito
2014-08-07 18:05 ` [refpolicy] [PATCH 5/5] Give kmod access to tmpfiles Sven Vermeulen

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.