All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Drop legacy boolean/users support (setlocaldefs)
@ 2007-04-26 13:40 Stephen Smalley
  2007-04-26 13:45 ` [PATCH 1/6] libselinux: Drop setlocaldefs support from policy loading code Stephen Smalley
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Stephen Smalley @ 2007-04-26 13:40 UTC (permalink / raw)
  To: selinux; +Cc: Karl MacMillan, Joshua Brindle, Darrel Goeddel

The following patch series completely removes the legacy support for
local boolean and user definitions (setlocaldefs) from libsepol and
libselinux and updates libsemanage and policycoreutils for the resulting
interface changes and removals.  As such, it requires bumping the .so
versions, which has already been done on the policyrep branch (and these
patches are therefore intended to be applied there first, and then
merged to trunk later along with the policyrep work).

The preservebools support is left temporarily intact since the
corresponding kernel support for automatically preserving booleans
across policy reload is not yet in a released kernel.org kernel.

The complete diffstat for all 6 patches is:

 libselinux/include/selinux/selinux.h             |   10 
 libselinux/man/man3/security_load_booleans.3     |   22 -
 libselinux/man/man3/selinux_binary_policy_path.3 |    5 
 libselinux/man/man3/selinux_booleans_path.3      |    1 
 libselinux/src/booleans.c                        |  213 ---------------
 libselinux/src/file_path_suffixes.h              |    2 
 libselinux/src/load_policy.c                     |   23 -
 libselinux/src/selinux_config.c                  |   41 --
 libselinux/src/selinux_internal.h                |    3 
 libselinux/src/selinuxswig.i                     |    6 
 libsemanage/src/booleans_activedb.c              |    2 
 libsepol/man/man3/sepol_genbools.3               |   16 -
 libsepol/man/man3/sepol_genusers.3               |   54 ---
 libsepol/man/man8/genpolbools.8                  |   16 -
 libsepol/man/man8/genpolusers.8                  |   42 ---
 libsepol/src/genbools.c                          |  179 -------------
 libsepol/src/genusers.c                          |  315 -----------------------
 libsepol/src/libsepol.map                        |    4 
 policycoreutils/audit2why/audit2why.c            |   14 -
 policycoreutils/setsebool/setsebool.c            |    2 
 20 files changed, 35 insertions(+), 935 deletions(-)

-- 
Stephen Smalley
National Security Agency


--
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] 11+ messages in thread

end of thread, other threads:[~2007-04-26 18:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26 13:40 [PATCH 0/6] Drop legacy boolean/users support (setlocaldefs) Stephen Smalley
2007-04-26 13:45 ` [PATCH 1/6] libselinux: Drop setlocaldefs support from policy loading code Stephen Smalley
2007-04-26 13:51 ` [PATCH 2/6] libsepol: Remove obsolete interfaces and code used to support local boolean and user files Stephen Smalley
2007-04-26 13:53 ` [PATCH 3/6] libselinux: Remove obsolete interfaces and code for " Stephen Smalley
2007-04-26 13:55 ` [PATCH 4/6] libsemanage: update for interface change to libselinux Stephen Smalley
2007-04-26 13:56 ` [PATCH 5/6] audit2why: update for interface change to libsepol Stephen Smalley
2007-04-26 13:57 ` [PATCH 6/6] setsebool: Update for interface change to libselinux Stephen Smalley
2007-04-26 15:28 ` [PATCH 0/6] Drop legacy boolean/users support (setlocaldefs) Joshua Brindle
2007-04-26 15:38   ` Stephen Smalley
2007-04-26 16:28     ` Karl MacMillan
2007-04-26 18:48 ` Karl MacMillan

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.