From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id t2KLusVV016998 for ; Fri, 20 Mar 2015 17:56:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Date: Fri, 20 Mar 2015 22:56:45 +0100 From: John Chludzinski To: Brandon Whalen Subject: Re: Trying to update sysadm module in CLIP In-Reply-To: References: Message-ID: Cc: selinux@tycho.nsa.gov List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: Nope, there is no sysadm module that shows up in the listing from "semodule -l". I assume it's rolled up in some other module? But which one? ---John On 2015-03-20 01:23, Brandon Whalen wrote: > On Thu, Mar 19, 2015 at 6:38 PM, John Chludzinski > wrote: >> I ran (when under the role sysadm_r and type sysadm_t): >> >> $ id -Z >> >> and got: Xsysadm_u:sysadm_r:sysadm_t:s0 >> >> So now I'm assuming the CLIP image is at "s0" sensitivity level. >> >> Then I noticed that the build.conf file states: "The sensitivities >> will be >> s0 to s(MLS_SENS-1)". >> >> So I built using: >> >> $ make modules APPS_MODS="sysadm" TYPE="mls" MLS_SENS=1 >> >> to get an "s0" sensitivity level. >> >> Tried to install and now I get: "duplicate declaration in module: >> type/attribute sysadm_userhelper_t". > > It looks like sysadm_userhelper_t is declared in the policy already. > Do you already have the sysadm module installed ' semodule -l' will > tell you? If not, maybe the sysadm module was included in the base > module. > >> (A "Whac-A-Mole" game!) >> >> ---John >> >> >> >> On 2015-03-19 21:31, John Chludzinski wrote: >>> >>> First thing ... I'm a newbie to SELinux. >>> >>> I'm trying to update the sysadm module in a CLIP image. I downloaded >>> the SELinux policy code from: https://github.com/QuarkSecurity/CLIP. >>> I modified the sysadm policy code and built (in >>> ~/clip/packages/clip-selinux-policy/clip-selinux-policy) using: >>> >>> $ make modules APPS_MODS="sysadm" >>> >>> Then I tried to install in the CLIP image using: >>> >>> $ semodule -i /mnt/hdd/SELinix/sysadm.pp >>> >>> and got: "tried to link in a non-MLS module with an MLS base". (I >>> assume this means the CLIP image I'm working with is MLS?) >>> Next I built using: >>> >>> $ make modules APPS_MODS="sysadm" TYPE="mls" >>> >>> Tried to load/install the module and got: "sensitivy s10 not declared >>> by >>> base." >>> >>> Next I tried: >>> >>> $ make modules APPS_MODS="auditadm sysadm" TYPE="mls" MLS_SENS=15 >>> >>> and !still! got "sensitivy s10 not declared by base". >>> >>> Any suggestions/thoughts? >>> >>> ---John >>> _______________________________________________ >>> Selinux mailing list >>> Selinux@tycho.nsa.gov >>> To unsubscribe, send email to Selinux-leave@tycho.nsa.gov. >>> To get help, send an email containing "help" to >>> Selinux-request@tycho.nsa.gov. >> >> >> _______________________________________________ >> Selinux mailing list >> Selinux@tycho.nsa.gov >> To unsubscribe, send email to Selinux-leave@tycho.nsa.gov. >> To get help, send an email containing "help" to >> Selinux-request@tycho.nsa.gov.