2020年9月28日,中国人民银行正式印发《金融数据安全 数据安全分级指南》(JR/T 0197-2020)(下称《指南》),根据金融业机构数据安全性遭受破坏后的影响对象和所造成的影响程度,将数据安全级别由高到低划分为五级。
2023-06-20 14:17:39 5.05MB 网络安全
1
2.3 内核对象 操作系统内核提供的功能,很多并不是内核本身提供的,而是跑在内核态的程序提供 的,象Linux这样的操作系统的内核,这类内核程序可能是驱动,或以伪驱动形式存在的 内核程序。 seL4中的内核对象是内核向用户程序提供的一组功能集,应用程序眼中的这些内核对 象,与内核眼中的这些对象,在接口上是一样的,就是说,服务态程序中看到的这些对象, 并没被单独包装过,只是需要通过句柄才能标识这些对象。  CNodes 存储句柄(capabilities),以使线程可以访问特定对象中的方法。每个CNode有固定 数量的槽(Slot),槽的数量于CNode创建时确定,槽中可以有一个句柄,也可以为空。  线程控制块 Thread Control Blocks (TCBs) 线程是seL4中执行与调度的基本单位,提供有阻塞、非阻塞等等功能。  IPC端点 IPC Endpoints 实现线程间的通信,seL4内核提供有下列两种端点:  同步端点 Synchronous endpoints (Endpoint), which cause the sending thread to block until its message is received; and  异步端点 Asynchronous endpoints (AsyncEP), which only allow short messages to be sent, but do not cause the sender to block. 一个指向端点的句柄可以被限定为只发送(send-only)或只接收(receive-only), 并可以被设置为可以在线程间传递。  虚拟地址空间对象 Virtual Address Space Objects 用来创建虚拟地址空间(或VSpace),这些虚拟地址空间可以给一个线程或多个线程 使用。这些对象管理着物理的存储设备,例如,页字典(page directory)管理着页 表(page directory),页表就是让你的虚拟地址与物理地址对应起来的那个物理器 件MMU,内核还包括ASID Pool和ASID Control对象,用来跟踪地址空间状态。  中断对象 Interrupt Objects give applications the ability to receive and ac-knowledge interrupts from hardware devices. Initially, there is a capability to IRQControl, which allows for the creation of IRQHandler capabilities. An IRQHandler capability permits the management of a speci c interrupt source associated with a speci c device. It is delegated to a device driver to access an interrupt source. The IRQHandler object allows threads to wait for and acknowledge individual interrupts.  原始内存 Untyped Memory is the foundation of memory allocation in the seL4 kernel. Untyped memory capabilities have a single method which allows the creation of new kernel objects. If the method succeeds, the calling thread gains access to capabilities to the newly-created objects. Additionally, untyped memory objects can be divided into a group of smaller untyped memory objects allowing delegation of part (or all) of the system's memory. We discuss memory management in general in the following sections.
2022-12-30 11:30:10 3.55MB sel4
1
金融数据复杂多样,对数据实施分级管理,能够进一步明确数据保护对象,有助于金融机构合理分 配数据保护资源和成本,是金融机构建立完善的生命周期数据保护框架的基础,也是有的放矢地实施数 据安全管理的前提条件。同时,统一的数据分级管理制度,能够促进数据在机构间、行业间的安全共享, 有利于金融行业数据价值的挖掘与实现
2022-08-23 16:24:45 955KB 数据安全
1
标准 JRT 0197-2020金融数据安全 数据安全分级指南pdf
1
JRT 0197-2020 金融数据安全 数据安全分级指南 - 中国人民银行.pdf
2022-02-22 17:00:24 1.58MB 金融 数据安全分级指南
1
DB31DSJZ005-2020 公共数据安全分级指南 上海市公共数据分级指南,指导上海市公共数据分级及安全管理。
2022-02-22 09:59:49 330KB 数据安全地方标准
1
2020金融数据安全+数据安全分级指南.pdf
2022-02-12 14:03:02 14.66MB
2020年9月28日,中国人民银行正式印发《金融数据安全 数据安全分级指南》(JR/T 0197-2020)(下称《指南》),根据金融业机构数据安全性遭受破坏后的影响对象和所造成的影响程度,将数据安全级别由高到低划分为五级。
1
JRT 0197-2020 金融数据安全数据安全分级指南 JRT 0197-2020 金融数据安全数据安全分级指南
2021-12-02 16:39:12 5.06MB 数据安全
1
本文件规定了金融数据生命周期安全原则、防护要求、组织保障要求以及信息系统运维保障要求,建立覆盖数据采集、传输、存储、使用、删除及销毁过程的安全框架。 本文件适用于指导金融业机构开展电子数据安全防护工作,并为第三方测评机构等单位开展数据安全检查与评估工作提供参考。
1