All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsepol, libsemanage: fix linker scripts / map files
@ 2016-10-05 17:00 Stephen Smalley
  0 siblings, 0 replies; only message in thread
From: Stephen Smalley @ 2016-10-05 17:00 UTC (permalink / raw)
  To: selinux, jason; +Cc: Stephen Smalley

The local: * entry should only be in the base entry, not in each of them.
This is part of resolving gold linker build failures reported by
Jason Zaman.

Reported-by: Jason Zaman <jason@perfinion.com>
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
 libsemanage/src/libsemanage.map | 1 -
 libsepol/src/libsepol.map.in    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/libsemanage/src/libsemanage.map b/libsemanage/src/libsemanage.map
index 34b553d..9f8a754 100644
--- a/libsemanage/src/libsemanage.map
+++ b/libsemanage/src/libsemanage.map
@@ -60,5 +60,4 @@ LIBSEMANAGE_1.1 {
 	  semanage_module_upgrade_info;
 	  semanage_module_remove_key;
 	  semanage_set_store_root;
-  local: *;
 } LIBSEMANAGE_1.0;
diff --git a/libsepol/src/libsepol.map.in b/libsepol/src/libsepol.map.in
index 0a46b09..9683caf 100644
--- a/libsepol/src/libsepol.map.in
+++ b/libsepol/src/libsepol.map.in
@@ -48,5 +48,4 @@ LIBSEPOL_1.1 {
 	sepol_ppfile_to_module_package;
 	sepol_module_package_to_cil;
 	sepol_module_policydb_to_cil;
-  local: *;
 } LIBSEPOL_1.0;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-05 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05 17:00 [PATCH] libsepol, libsemanage: fix linker scripts / map files Stephen Smalley

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.