├── system call.pdf ├── installation.pdf └── README.md /system call.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilita505/OSSP_INDIVIDUAL_LILITA-WELDAMLAK-BIMREW_BDU1601932_B/HEAD/system call.pdf -------------------------------------------------------------------------------- /installation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilita505/OSSP_INDIVIDUAL_LILITA-WELDAMLAK-BIMREW_BDU1601932_B/HEAD/installation.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OSSP_INDIVIDUAL_LILITA-WELDAMLAK-BIMREW_BDU1601932_B 2 | A.installation 3 | 4 | This repository provides a detailed guide on installing and configuring Zentyal Server, authored by Lilita Weldamlak. The document covers key topics, including system requirements, step-by-step installation instructions, and common troubleshooting solutions. The document examines the function of Zentyal in contemporary network infrastructure and highlights the benefits of Zentyal Server for different users. 5 | 6 | B.system call 7 | 8 | This repository also contains an implementation of the mprotect() system call in Gentoo Linux. It demonstrates memory protection manipulation using a C program that allocates memory, sets protection flags (such as PROT_READ, PROT_WRITE, PROT_NONE), modifies access rights with mprotect(), and handles segmentation faults gracefully. Key features include fine-grained control over memory regions, secure handling of dynamic memory, and practical use cases in debugging and sandboxing applications. 9 | --------------------------------------------------------------------------------