]>
| description | Muen SK events file system Linux kernel module |
| owner | Adrian-Ken Rueegsegger |
| last change | Mon, 13 Dec 2021 11:12:23 +0000 (12:12 +0100) |
| URL | https://git.codelabs.ch/muen/linux/muenevents.git |
| git@git.codelabs.ch:/muen/linux/muenevents.git |
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.
$ modprobe muenevents
$ mkdir -p /muenevents
$ mount -t muenevents none /muenevents
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.
| 4 years ago | main | shortlog | log | tree |
| 4 years ago | master | shortlog | log | tree |