new modules
This commit is contained in:
10
NetworkManager.te
Normal file
10
NetworkManager.te
Normal 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;
|
||||
Reference in New Issue
Block a user