English 中文(简体)
安全政策与有操作系统的安保机制之间有何差别
原标题:What are the differences between security policy and security mechanism with operating systems

我确信,两者之间有何区别。

这与操作系统有关。

最佳回答

您的问题过于模糊,请具体提及;请说明某些情况。

然而,总的来说:

“机制”政策。

“政策”是what,你希望做;“机制”是how<>em>,请你做。

IMHO...

PS: Here is (one of?) the original paper(s) that refers to "separation of policy and mechanism":

。 HYDRA——多加工商操作系统的摇篮,William Allan。 Wulf

Here s another (slightly more amusing) discussion, from the "politically incorrect" Mick O Pedia:

问题回答

安全政策只是说明一种制度允许和不允许做什么,而安全机制则是执行安全政策的一种程序。 据说这是安全执法的工具、方法或程序。

与“政策”和“机制”之间的区别相同: WHAT 你重新尝试完成这项工作,HOW你将再次完成这项工作。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签