All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ivan Gyurdiev <ivg2@cornell.edu>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Daniel J Walsh <dwalsh@redhat.com>, SELinux List <SELinux@tycho.nsa.gov>
Subject: Re: [SEMANAGE] [SETSEBOOL] Clone record on set/add/modify
Date: Wed, 04 Jan 2006 11:49:54 -0500	[thread overview]
Message-ID: <43BBFCB2.8@cornell.edu> (raw)
In-Reply-To: <1136399098.27632.284.camel@moss-spartans.epoch.ncsc.mil>

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

Stephen Smalley wrote:
> On Wed, 2006-01-04 at 11:12 -0500, Ivan Gyurdiev wrote:
>   
>>> Thanks, your entire patch series has been merged as of libsepol 1.11.2,
>>> libsemanage 1.5.4, and policycoreutils 1.29.3.
>>>   
>>>       
>> Question - I did some reordering of the headers in semanageswig.i (at 
>> the beginning).
>> I see you haven't merged that part, but you're missing a header that I 
>> added - booleans_active.h (which is why I did the reordering actually - 
>> not to miss any headers). Of course, semanage.h includes all of those 
>> headers, so I'm not sure whether or not any of them are needed in the 
>> first place, given that semanage.h is included.
>>     
>
> Ah, I had some rejects on that file, and tried resolving them manually,
> but I missed that.
>   
Well, here's my current diff against that file..



[-- Attachment #2: libsemanage.swig_headers.diff --]
[-- Type: text/x-patch, Size: 1954 bytes --]

diff -Naurp --exclude man --exclude-from excludes old/libsemanage/src/semanageswig.i new/libsemanage/src/semanageswig.i
--- old/libsemanage/src/semanageswig.i	2006-01-04 10:54:48.000000000 -0500
+++ new/libsemanage/src/semanageswig.i	2006-01-03 05:38:30.000000000 -0500
@@ -20,31 +20,29 @@
 
 %module semanage
 %{
-	#include "semanage/boolean_record.h"
 	#include "semanage/debug.h"
-	#include "semanage/interfaces_policy.h" 
-	#include "semanage/ports_policy.h"      
-	#include "semanage/booleans_local.h"     
-	#include "semanage/handle.h"             
-	#include "semanage/modules.h"            
-	#include "semanage/semanage.h"           
+	#include "semanage/handle.h"
+	#include "semanage/modules.h"
+	#include "semanage/context_record.h"
+	#include "semanage/boolean_record.h"
+	#include "semanage/booleans_policy.h"
+	#include "semanage/booleans_local.h"
+	#include "semanage/booleans_active.h"
+	#include "semanage/iface_record.h"
+	#include "semanage/interfaces_local.h"
+	#include "semanage/interfaces_policy.h"
 	#include "semanage/user_record.h"
-	#include "semanage/booleans_policy.h"    
-	#include "semanage/iface_record.h"       
-	#include "semanage/port_record.h"        
-	#include "semanage/seuser_record.h"
- 	#include "semanage/fcontext_record.h"
- 	#include "semanage/fcontexts_local.h"
-	#include "semanage/fcontexts_policy.h"
 	#include "semanage/users_local.h"
-	#include "semanage/context_record.h"     
-	#include "semanage/interfaces_local.h"   
-	#include "semanage/ports_local.h"        
-	#include "semanage/seusers.h"            
 	#include "semanage/users_policy.h"
 	#include "semanage/port_record.h"
 	#include "semanage/ports_local.h"
 	#include "semanage/ports_policy.h"
+	#include "semanage/seuser_record.h"
+	#include "semanage/fcontext_record.h"
+	#include "semanage/fcontexts_local.h"
+	#include "semanage/fcontexts_policy.h"
+	#include "semanage/seusers.h"	
+	#include "semanage/semanage.h"
 %}
 
 %inline {

  reply	other threads:[~2006-01-04 16:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-04 14:08 [SEMANAGE] [SETSEBOOL] Clone record on set/add/modify Ivan Gyurdiev
2006-01-04 14:09 ` Ivan Gyurdiev
2006-01-04 17:29 ` Stephen Smalley
2006-01-04 16:12   ` Ivan Gyurdiev
2006-01-04 18:24     ` Stephen Smalley
2006-01-04 16:49       ` Ivan Gyurdiev [this message]
     [not found]         ` <43BC3715.7030803@redhat.com>
     [not found]           ` <43BC1EE4.3040603@cornell.edu>
2006-01-04 19:22             ` Ivan Gyurdiev
2006-01-04 17:59   ` Joshua Brindle
2006-01-04 16:06     ` Ivan Gyurdiev
2006-01-04 18:05       ` Joshua Brindle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43BBFCB2.8@cornell.edu \
    --to=ivg2@cornell.edu \
    --cc=SELinux@tycho.nsa.gov \
    --cc=dwalsh@redhat.com \
    --cc=sds@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.