Confirmed users
1,982
edits
Line 10: | Line 10: | ||
== Overview and Motivations == | == Overview and Motivations == | ||
Integrity is a new security concept introduced in Windows Vista. Securable objects within the system, including applications and their associated windows, directories and files, and registry keys have an integrity level associated with them. | Integrity is a new security concept introduced in Windows Vista. Securable objects within the system, including applications and their associated windows, directories and files, and registry keys have an integrity level associated with them. | ||
In general, Integrity applies the general rule of "no write-up", implying objects with lower integrity do not have security rights that allow access to objects with a higher level. In addition, objects running at lower integrity levels often have "no read-up" rules applied as well which restrict access completely. These restrictions are independent of user level security restrictions. | |||
Firefox 2.0 currently runs at the default "medium" integrity level. The goal is to add support for running at both low and medium integrity without adversly effecting the browser's usability or user experience. | Firefox 2.0 currently runs at the default "medium" integrity level. The goal is to add support for running at both low and medium integrity without adversly effecting the browser's usability or user experience. |