diff --git a/seccomp_policy/imf_ext_secure_mode.seccomp.policy b/seccomp_policy/imf_ext_secure_mode.seccomp.policy index 04dbab7f4b334b2c0340c434819292b1075d3667..163aa89049a70abea5c08840e68a2832066e29a2 100644 --- a/seccomp_policy/imf_ext_secure_mode.seccomp.policy +++ b/seccomp_policy/imf_ext_secure_mode.seccomp.policy @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# For now, it supports architechture of ['arm', 'arm64']. +# For now, it supports architechture of ['arm', 'arm64', 'loongarch64']. @returnValue TRAP @@ -161,7 +161,8 @@ setsid;all getgroups;arm64 uname;all getrlimit;arm64 -setrlimit;all +setrlimit;arm +setrlimit;arm64 getrusage;all umask;all prctl;all