Projects tagged ‘kernel’, ‘linux’, and ‘security’


Jump to tag:

Projects tagged ‘kernel’, ‘linux’, and ‘security’

Filtered by Project Tags kernel linux security

Refine results Project Tags system (2) unix (2) systemcall (1) gmail (1) systems_administration (1) tools (1) module (1) openbsm (1) python (1) c++ (1) syscall (1) user (1)

[8 total ]

292 Users
   

Filesystem in Userspace is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.
Created over 3 years ago.

3 Users
 

Ksplice is practical technology for updating the Linux kernel without rebooting. It enables you to avoid the disruptive process of rebooting for kernel security updates and bugfixes. By making it easy ... [More] to keep your systems up to date, Ksplice helps you avoid the security and stability risks of running out-of-date software [Less]
Created 12 months ago.

0 Users

Linux OpenBSM is a Kernel Module that interacts with the OpenBSM audit daemon tool through BSM audit trails. This audit system was developed originally by SUN Microsystem and today is implemented in ... [More] many UNIX Operating Systems such as Solaris, MacOS X and FreeBSD. Linux OpenBSM aims to bring this capability even on Linux systems. Matteo Michelini Computer Engineering Department Politecnico di Milano Milan, Italy [Less]
Created 12 months ago.

0 Users

YAKSE (Yet Another Kernel Security Engine) is an open source security project for GNU/Linux (Kernel 2.6 series), which uses a "white list" approach to control program execution at the kernel level. ... [More] It's an easy way to prevent users running malicious or unwanted applications. As an example, if your machine is running a vulnerable software, nobody will be able to use an exploit against this application because the exploit will not be allowed to be executed. [Less]
Created 7 months ago.

0 Users

Linux Internet Security System (LISS). This project is a Kernel Module that allows you to load Security Modules in it. This allows other people to write special modules with C that are loaded in the ... [More] Kernel without knowing to much of the Linux Kernel. As they have been coded with the Special API that allows them to simply hook into my Kernel Module that handles stuff like when somebody accesses a filesystem or a Socket. Next from that a Module has a special GUI part. The client app (a user that is in the Group for Security) can get these Kernel Signals and paint a GUI and configure it from there.. Allowing easy access to different GUIs. The Responses I got till now: aren't you reinventing SElinux ? Well NO, as I will not implement ANY module by default. Every Security Module has to be installed with it. Therefor there will not be MAC by default (however I think I do not 100% get/know SELinux) Its a counter ofter to any exploitation framework and with a bit of luck it will finally make linux just as solid as Free BSD. - Robin [Less]
Created about 1 month ago.

0 Users

We want to enhance the security of linux kernel. And move-ins to the second ring of privileges.
Created 2 months ago.

0 Users

While exists unidentified bugs, security is a problem. All things in operating systems pass by system call. This tool analyses behaviour for each users using system calls and search unidentified bugs.
Created 7 months ago.

0 Users

By using /dev/(k)mem or a memory dump, Draugr can be used to access easily in python to this memory, play (read, write, disassemble, search) with it ... and can find system information (processes ...) ... [More] by different methods. It can find kernel symbols (pattern matching in a XML file or with EXPORT_SYMBOL), processes (informations and sections) (by the kernel linked list or bruteforce) and disassemble/dump the memory. [Less]
Created 3 months ago.