This commit is contained in:
2026-02-21 16:14:05 +01:00
parent 471767cf1e
commit e74bdbfd19

11
local-waydroid-nft.te Normal file
View File

@@ -0,0 +1,11 @@
module local-waydroid-nft 1.0;
require {
type virtd_t;
type iptables_t;
class process { noatsecure rlimitinh siginh };
}
#============= virtd_t ==============
allow virtd_t iptables_t:process { noatsecure rlimitinh siginh };