CISSP考试指南笔记:3.5 安全模型

A security model maps the abstract goals of the policy to information system terms by specifying explicit data structures and techniques necessary to enforce the security policy.

A security policy outlines goals without regard to how they will be accomplished. A model is a framework that gives the policy form and solves security access problems for particular situations.

Bell-LaPadula Model


The Bell-LaPadula model enforces the confidentiality aspects of access control. A system that employs the Bell-LaPadula model is called a multilevel security system because users with different clearances use the system, and the system processes data at different classification levels.

The Bell-LaPadula model was developed to make sure secrets stay secret; thus, it provides and addresses confidentiality only.

Three main rules are used and enforced in the Bell-LaPadula model:

  • Simple security rule

  • *-property (star property) rule

  • Strong star property rule

The simple security rule states that a subject at a given security level cannot read data that resides at a higher security level.

The *-property rule (star property rule) states that a subject in a given security level cannot write information to a lower security level.

The strong star property rule states that a subject who has read and write capabilities can only perform both of those functions at the same security level; nothing higher and nothing lower.

剩余内容请看本人公众号debugeeker, 链接为CISSP考试指南笔记:3.5 安全模型

本文同步分享在 博客“debugeeker”(CSDN)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。

点赞
收藏

评论区

加载中...

相关推荐

MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1

文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s

Oracle 分组与拼接字符串同时使用

SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

CISSP考试指南笔记:2.3 责任分层

Seniormanagementalwayscarriestheultimateresponsibilityfortheorganization.ExecutiveManagementTheCFOandCEOareresponsibleforinformingstakeho

CISSP考试指南笔记:2.8 快速提示

Informationgoesthroughalifecyclethatstartswithitsacquisitionandendswithitsdisposal.Eachphaseoftheinformationlifecyclerequiresdifferentconsideration

00:Java简单了解

浅谈Java之概述Java是SUN(StanfordUniversityNetwork),斯坦福大学网络公司)1995年推出的一门高级编程语言。Java是一种面向Internet的编程语言。随着Java技术在web方面的不断成熟,已经成为Web应用程序的首选开发语言。Java是简单易学,完全面向对象,安全可靠,与平台无关的编程语言。