Softpanorama

May the source be with you, but remember the KISS principle ;-)
Home Switchboard Unix Administration Red Hat TCP/IP Networks Neoliberalism Toxic Managers
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and  bastardization of classic Unix

Bell LaPadula Security Model

 News RBAC and Role Engineering in Large Organizations Recommended Links Separation of Duties Principle of Least Privilege
Domains and assess matrix Protection matrix Capabilities Mandatory access control (MAC) Authentication and Accounts Security
Solaris RBAC Kerberos AppArmor sudo Unix permissions model
Bell LaPadula Security Model THE BIBA MODEL The Clark Wilson Model RBAC, SOX and Role Engineering in Large Organizations Etc

This an outdated and mostly useless formal model of security policy describes a set of access control rules. By conforming to a set of rules, the model tries to inductively proves that the system is secure.  The proof is wrong.

A subject's (usually a user's) access to an object (usually a file) is allowed or disallowed by comparing the object's security classification with the subject's security clearance. The three basic rules are the *-property (star property), the simple property, and the tranquility property.

  1. *-property (star property) (Also called 'confinement property') A rule defined within the Bell La-Padula security model. A subject (usually a user) is only allowed write access to an object (usually a file) if the security level of the object is greater than or equal to the clearance level of the subject.  This makes it impossible for data from a highly cleared subject to become available to users with a lower security clearance in an object (file/directory) with a low security level.  The purpose is to confine sensitive data at its correct level. Without this rule, Alice (with a high security clearance) could copy sensitive data into Bob's (low security clearance) document - thus allowing 'confidential' data to move from a 'top secret' to an 'unclassified' level.
  2. Simple Property  One of the three main properties of the Bell LaPadula security model (the others being the *-property (star property) and the tranquility property). The simple property states that a subject may only have read access to an object if the security level of the subject dominates that of the object. When you think about it, it's almost useless. It states that a user (a subject) may only read a file (an object) if he or she has a security level equal to or greater than that of the file. It means that someone with a 'secret' security level cannot read a file with a 'top secret' security level; but can read a file with a 'secret' or 'confidential' security level.  No revelations here :-)
  3. Tranquility Property  One of the three main properties of the Bell LaPadula security model (the others being the *-property (star property) and the simple property). The tranquility property states that the security level of an object cannot be changed while it is being processed by a computer system.

Recommended Links

Google matched content

Softpanorama Recommended

Top articles

Sites

Security Policy Models The Bell- LaPadula Model -- powerpoint

Protection Bell-Lapadula Model

Handbook of Information Security ManagementTable of Contents

SPEEDOS Project - Rule Based Confinement

Wiemer-Murray Domain Security Policy Model for International ...



the Bell-LaPadula model

Alex,

I've cc: this to the firewalls mailing list since I it was there I first asked about the Bell-LaPadula model, just over four years ago. Perhaps this is a FAQ?

It's very hard to find information about the Bell-LaPadula model. The best reference I know about is a large part of a chapter in "Information Security Handbook, Caelli, Longley, & Slain, 1994, Macmillan Press, ISBN  0-333-59901-2" (a really great book!).

A reference is also in the Orange Book (also known as DoD 5200.28-STD, Department of Defense Trusted Computer System Evaluation Criteria (TCSEC)). Lots of copies of orange book exist over then net.

I don't truly understand the model, but I hope this is will get you started....

A Quick summary of Bell La-Padula:

Is a Mandatory Access Control which is governed by strict rules for subjects (an active entity) to access stored information or objects (sets of passive, protected entities), but have provision for Dicretionary  Access Control via an Access Permissino Matrix.

- military based
- concerned with the confidentiality of information
- requires subject and object definition
- requires clearance and classifications to be given to both subjects and
objects
- policies need to be defined for accesses made to objects by subjects
- assumes integrity of subjects
- applicable to not only somputer security - but to physical and procedural
security
- defines two security axioms:
        (1) simple security rule (no read up)
        a subject cannot read information for which it is not cleared
        (2) (star)*-property (no write down)
        subjects cannot move information from an object with a higher
        classification to an object with a lower classification
- four modes for current access set are defined:
        - execute
        - read-only
        - append
        - read-write
- hierarchy structure imposed on objects
- an object can have many children
- a child object can have only one parent
- the embodiment of the mandatory access control model is done by the level
function:
        - subjects and objects are given a security designation
        (classification/clearances, set of categories)
        - both classification and clearances have a coarse hierarchy
        (Top Secret -> Secret -> Confidential -> Unclassified)
        - uses a category set (to better fine tune the function)
        (subject can be designated as having the clearance
        of (secret{cryptology,finance}) for example)
        (however is requires a need for overlap in the categories
        sub-section)
        - the concept of dominance for security designation is introduced
        (the clearance of subject A would dominate over subject B, if
        and only if (1) subject A's clearance is >= subject B's clearance
        AND (2) the category set in subject A's level function set
        includes subject B's category set as a subset)
- discretionary access control via the access permission matrix
        - a large simple matrix (and sparse) is created with subjects
        and objects as rows and columns
        - a subject is able to give acces rights to objects owned
        to another subject
- in practice it is necessary to specify trusted systems that are allowed to
contravene the *-property in order to perform functions essential to the
operating system (classic example would be a print spooler).

Gavin.

P.S. I would would like the reference URL, so I can place some information
there since I've been getting requests every now and then.


Problems

A Comment on the "Basic Security Theorem" of Bell and LaPadula* John McLean Center for High Assurance Computer Systems Naval Research Laboratory  Washington, D.C. 20375

Many claim that the security model developed by Bell and LaPadula and used as a basis for numerous prototype military computer systems is superior to others partly because its authors prove a "Basic Security Theorem" that applies to it. This paper shows that the theorem does not support such claims since it can be proven for security models that are obviously not secure. Further, the theorem provides little help to those who design and implement secure systems.

1. Introduction

The security model developed by Bell and LaPadula [1] has been widely used as a basis for designing systems with specified security properties [2]. It has been argued that one reason developers should

have confidence in the security provided by systems based on this model is a theorem, called the "Basic Security Theorem" (BST) [1, p. 20], proven about a formalization of the model by its authors [1,p.90, corollary A1]. Several authors have proven similarly named theorems about related security models[3,4,5]. This note reviews the Bell-LaPadula model briefly and shows that the BST can be proven for systems that directly contradict the notion of security embodied in the Bell-LaPadula model. We conclude that the value of the BST is much overrated since there is a great deal more to security than it captures. Further, what is captured by the BST is so trivial that it is hard to imagine a realistic security model for which it doesn't hold.

2. Bell-LaPadula Model

The Bell-LaPadula model is based on a state machine in which subjects apply operations (rules) that may require access to objects. The state of the system includes a set of triples that define the current access

mode each subject has to each object in the system. Permissible access is determined partly by a security level (classification or clearance) associated with each object and subject. These security levels are partially ordered. Each subject also has a current security level that is bounded above by its clearance. There is also an access matrix that further constrains the access mode an arbitrary subject is allowed to have to an arbitrary object.



Etc

Society

Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers :   Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism  : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda  : SE quotes : Language Design and Programming Quotes : Random IT-related quotesSomerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose BierceBernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 :  Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method  : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds  : Larry Wall  : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOSProgramming Languages History : PL/1 : Simula 67 : C : History of GCC developmentScripting Languages : Perl history   : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 : The Mythical Man-MonthHow to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D


Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to to buy a cup of coffee for authors of this site

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified: March, 12, 2019