[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::dec_mls_plus

Title:dec_mls_plus
Moderator:SMURF::BAT
Created:Mon Nov 29 1993
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:534
Total number of notes:2544

485.0. "?? l_pars ??" by NNTPD::"[email protected]" (Mark Sowards) Tue Apr 22 1997 21:28

One of the developers at my customers site asked about l_pars.

  It seems he wants to be able to pass an ascii represetation of a 
Classification level, with compartments, and check for it validaty.
    I thought I wrote a test program like this for them once before, but he
was interested in l_pars as a tool toward doing this.  He read some Miter  
documentation that said 'l_pars' would check the input for validaty without
effecting the input level???

    I looked high and low for some mention of this command but found none.
Could someone enlighten me on it.  Does it or some cousin exist within MLS+?
          Thanks........
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
485.1it is not a command, it is a library routineSMURF::BATSegui la tua beatitudineWed Apr 23 1997 14:568
    In the libsecurity library there are some routines that Mitre wrote
    (they are the foundation for the "Compartmented Mode Workstation
    Labeling: Encodings Format" DDS-2600-6216-93 is what my copy is
    labelled, no pun intended). l_parse() is one of them.
    
    Yes, your customer's code can call these library routines.  I do not
    know if Mitre gave us any man pages for their routines; if not, I'll
    post or send you a pointer to the code.
485.2should have clicked soonerSMURF::BATSegui la tua beatitudineFri Apr 25 1997 00:5311
    Also, please have him read the mand(3), ilb(3) and clearance(3) man pages 
    for the routines:
    
    	{mand,sen}_er_to_ir
    	clearance_er_to_ir
    	ilb_er_to_ir
    
    They may be what he wants.  These all call mand_parse, which calls
    l_parse. And they are documented.
    
    But remind me to get the Mitre routines docs if they want them.