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
NetworkManager.te Normal file
View File

@@ -0,0 +1,10 @@
module NetworkManager 1.0;
require {
type lib_t;
type NetworkManager_t;
class file execute_no_trans;
}
#============= NetworkManager_t ==============
allow NetworkManager_t lib_t:file execute_no_trans;