]> git.codelabs.ch Git - muen/linux/muenevents.git/summary
 
descriptionMuen SK events file system Linux kernel module
ownerAdrian-Ken Rueegsegger
last changeMon, 13 Dec 2021 11:12:23 +0000 (12:12 +0100)
readme

Muenevents

Introduction

The muenevents Linux kernel module implements a virtual file system that facilitates user-space access to source events (subject-specific hypercalls) provided by the Muen Separation Kernel.

For each source event a file with the corresponding logical name is shown in the file system. A program can write(2) to the files to trigger an event. Using read(2) to access the file returns the source event number.

Usage

$ modprobe muenevents
$ mkdir -p /muenevents
$ mount -t muenevents none /muenevents

Authentication

The current authentication model is that the files are created with uid and gid set to 0 and permissions 0600. No further capability checking is done by this module.

shortlog
2021-12-13 Adrian-Ken... Trigger hypercall via muen_smp_trigger_event main master
2020-05-01 Adrian-Ken... Initial import of the muenevents Linux kernel module
heads
4 years ago main
4 years ago master