From e74bdbfd1921ef78c0b5cbb62f7b3bf6fd99112d Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Sat, 21 Feb 2026 16:14:05 +0100 Subject: [PATCH] waydroid --- local-waydroid-nft.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 local-waydroid-nft.te diff --git a/local-waydroid-nft.te b/local-waydroid-nft.te new file mode 100644 index 0000000..de6e2ed --- /dev/null +++ b/local-waydroid-nft.te @@ -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 };