![IBM Novell 10 SP1 EAL4 Design Manual Download Page 240](http://html1.mh-extra.com/html/ibm/novell-10-sp1-eal4/novell-10-sp1-eal4_design-manual_4190246240.webp)
System calls are listed in the Functional Specification mapping table
6.8.1.5.2 Internal interfaces
Internal interfaces
Interfaces defined in
get_zeroed_page
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini /this document, chapter 5.5.2.1
__vmalloc
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini
vfree
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini
kmalloc
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini
kfree
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini
__ get_free_pages
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini
free_pages
Linux Device Drivers
, O’Reilly, Chapter 7, 2nd Edition June 2001,
Alessandro Rubini
6.8.1.5.3 Data Structures
mm_struct
and
include/linux/sched.h
6.8.1.6 Kernel subsystem audit
This section lists external interfaces, internal interfaces, and data structures of the audit subsystem.
6.8.1.6.1 External interfaces
There are two external interfaces to the audit subsystem.
•
Netlink socket calls, by which all kernel user-space communication takes place.
•
Communication through
/proc
to associate the login uid with the login session and therefore with
all tasks forked or exec’ed under the session.
6.8.1.6.2 Internal interfaces
The audit kernel provides a set of interfaces to other kernel subsystems to:
•
Format and send audit records to user space, audit_log_* functions.
•
Allocate per task audit context,
audit_alloc
which is called by
copy_proc
.
•
Audit syscalls on entry and exit,
audit_syscall_exit
and
audit_syscall_entry
.
•
Audit file system watched objects,
audit_notify_watch
and
audit_notify_update
.
•
Add additional audit information for specific audit events:
•
audit_socketcall
228
Summary of Contents for Novell 10 SP1 EAL4
Page 1: ...SUSE Linux Enterprise Server 10 SP1 EAL4 High Level Design Version 1 2 1...
Page 23: ...11...
Page 29: ...17...
Page 43: ...31...
Page 54: ...42 Figure 5 8 New data blocks are allocated and initialized for an ext3 field...
Page 117: ...105 Figure 5 48 Page Address Translation and access control...
Page 125: ...113 Figure 5 54 31 bit Dynamic Address Translation with page table protection...
Page 126: ...114 Figure 5 55 64 bit Dynamic Address Translation with page table protection...
Page 172: ...160 Figure 5 79 System x SLES boot sequence...
Page 214: ...202...