new modules

This commit is contained in:
2026-02-03 00:12:12 +01:00
parent b60031f4bc
commit aaf842a415
3 changed files with 36 additions and 0 deletions

10
Xorg.te Normal file
View File

@@ -0,0 +1,10 @@
module Xorg 1.0;
require {
type xserver_t;
class process execmem;
}
#============= xserver_t ==============
# Note: you can also use one of the following boolean: allow_execmem, allow_execstack
allow xserver_t self:process execmem;