System Call - Privileges

Privileges

The design of the microprocessor architecture on practically all modern systems (except some embedded systems) involves a security model (such as the rings model) which specifies multiple privilege levels under which software may be executed; for instance, a program is usually limited to its own address space so that it cannot access or modify other running programs or the operating system itself, and a program is usually prevented from directly manipulating hardware devices (e.g. the frame buffer or network devices).

However, many normal applications obviously need access to these components, so system calls are made available by the operating system to provide well-defined, safe implementations for such operations. The operating system executes at the highest level of privilege, and allows applications to request services via system calls, which are often executed via interrupts; an interrupt automatically puts the CPU into some required privilege level, and then passes control to the kernel, which determines whether the calling program should be granted the requested service. If the service is granted, the kernel executes a specific set of instructions over which the calling program has no direct control, returns the privilege level to that of the calling program, and then returns control to the calling program.

Read more about this topic:  System Call

Famous quotes containing the word privileges:

    We have been weakened in our resistance to the professional anti-Communists because we know in our hearts that our so-called democracy has excluded millions of citizens from a normal life and the normal American privileges of health, housing and education.
    Agnes E. Meyer (1887–1970)

    Mischief springs from the power which the moneyed interest derives from a paper currency which they are able to control, from the multitude of corporations with exclusive privileges ... which are employed altogether for their benefit.
    Andrew Jackson (1767–1845)

    One of the duties which devolve upon women in the present interesting crisis, is to prepare themselves for more extensive usefulness, by making use of those religious and literary privileges and advantages that are within their reach, if they will only stretch out their hands and possess them.
    Sarah M. Grimke (1792–1873)