[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Modules ??



On Tue, Jan 11, 2000 at 04:45:59PM +0530, Syed Khader Vali wrote:
> Hi Folks,
> Can a module access the system data structures and change them (GDT, LDT etc.,)

Yes, you can. There is no mechanism to prevent it. 
SVR4 on the other hand has a Device driver interface (DDI) and the module
loader checks all the unresolved symbols to make sure that no functions
outside the DDI are accessed. If such a violation is present, it will
refuse to load the driver.

	-Arun

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.