From nobody Thu Oct 2 11:52:30 2025 Received: from mail-m32122.qiye.163.com (mail-m32122.qiye.163.com [220.197.32.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4A0E92F9DA7; Wed, 17 Sep 2025 07:30:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.122 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758094221; cv=none; b=MwDM03av2mMRLK78LF4B3wCO5Rj2CO72TqDOZES8ixY77GkIeGi40bKZgP3LQS65pEdPJ9y1N78RP9svt8CbGNOvpoJtGvZpkgmXgAFUgAhPLMCQwytzeZvwV981yk03hjjdFy2bUK8vTknHOmR905ryeMmDbRTRRT8NFCeOXYs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758094221; c=relaxed/simple; bh=rsZ+Rc7co0JQ/t1+E4Xjgz0DEXuGfxrFUKMe3DsW/VU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=XbpRzWpSsc5W+ZQ4XkxW4FRg3SckcA2agjy7Zm4cG+e7vADulpG3ijzww2f7F90o1joWl5U2gIw8UAnUKGXlHR8z6Zlo+ZrII7Qt0BqAAR7eybsQyHwKKhzwKjdfSWKy3LkTYHoOcSXtbRaeKsgg+F1RNPVnCgWeNn1TpHizkUY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cqsoftware.com.cn; spf=pass smtp.mailfrom=cqsoftware.com.cn; dkim=pass (1024-bit key) header.d=cqsoftware.com.cn header.i=@cqsoftware.com.cn header.b=QoSeG+nO; arc=none smtp.client-ip=220.197.32.122 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cqsoftware.com.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cqsoftware.com.cn Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=cqsoftware.com.cn header.i=@cqsoftware.com.cn header.b="QoSeG+nO" Received: from fedora.localdomain (unknown [1.193.36.184]) by smtp.qiye.163.com (Hmail) with ESMTP id 2318cdef4; Wed, 17 Sep 2025 15:30:11 +0800 (GMT+08:00) From: Shuo Zhao To: alexs@kernel.org, si.yanteng@linux.dev, corbet@lwn.net Cc: dzm91@hust.edu.cn, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Shuo Zhao Subject: [PATCH] docs/zh_CN: Add security lsm-development Chinese translation Date: Wed, 17 Sep 2025 15:30:09 +0800 Message-ID: <20250917073010.88607-1-zhaoshuo@cqsoftware.com.cn> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-HM-Tid: 0a995694ba5709d0kunm3626a5511a9380f X-HM-MType: 1 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWS1ZQUlXWQ8JGhUIEh9ZQVlCSR8YVk5PHk5MQ0JPTkJNHlYVFAkWGhdVEwETFh oSFyQUDg9ZV1kYEgtZQVlKVUpCSFVITVVKQ09ZV1kWGg8SFR0UWUFZT0tIVUpLSU9PT0hVSktLVU pCS0tZBg++ DKIM-Signature: a=rsa-sha256; b=QoSeG+nOSJgE4PB7yuH6Nyei0ntx8MV0MqQxA9wBHHdZ18cR33IPeWtFoFm/P8pIpx5jt/C2l9vwk+OQ7QfbPVTgeY7ZfyoPUJVmU6DKx3iWQwi4N164igRcxuQpGc7ylVuiiop671LMiD/I2DbMvMg6NeZqc6vm68+cNCOdE20=; s=default; c=relaxed/relaxed; d=cqsoftware.com.cn; v=1; bh=hNimwy6DyhSvElhzYzfKQrBuIk0LbW83Iy45AwRW6/Q=; h=date:mime-version:subject:message-id:from; Translate .../security/lsm-development.rst into Chinese. Update the translation through commit 6d2ed653185b ("lsm: move hook comments docs to security/security.c"). Signed-off-by: Shuo Zhao Reviewed-by: Yanteng Si --- .../translations/zh_CN/security/index.rst | 2 +- .../zh_CN/security/lsm-development.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Documentation/translations/zh_CN/security/lsm-developme= nt.rst diff --git a/Documentation/translations/zh_CN/security/index.rst b/Document= ation/translations/zh_CN/security/index.rst index 78d9d4b36dca..05d24e3acc11 100644 --- a/Documentation/translations/zh_CN/security/index.rst +++ b/Documentation/translations/zh_CN/security/index.rst @@ -18,6 +18,7 @@ credentials snp-tdx-threat-model lsm + lsm-development sak self-protection siphash @@ -28,7 +29,6 @@ TODOLIST: * IMA-templates * keys/index -* lsm-development * SCTP * secrets/index * ipe diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst = b/Documentation/translations/zh_CN/security/lsm-development.rst new file mode 100644 index 000000000000..7ed3719a9d07 --- /dev/null +++ b/Documentation/translations/zh_CN/security/lsm-development.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: GPL-2.0 +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/security/lsm-development.rst + +:=E7=BF=BB=E8=AF=91: + =E8=B5=B5=E7=A1=95 Shuo Zhao + +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +Linux=E5=AE=89=E5=85=A8=E6=A8=A1=E5=9D=97=E5=BC=80=E5=8F=91 +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + +=E5=9F=BA=E4=BA=8Ehttps://lore.kernel.org/r/20071026073721.618b4778@laptop= d505.fenrus.org=EF=BC=8C +=E5=BD=93=E4=B8=80=E7=A7=8D=E6=96=B0=E7=9A=84LSM=E7=9A=84=E6=84=8F=E5=9B= =BE=EF=BC=88=E5=AE=83=E8=AF=95=E5=9B=BE=E9=98=B2=E8=8C=83=E4=BB=80=E4=B9=88= =EF=BC=8C=E4=BB=A5=E5=8F=8A=E5=9C=A8=E5=93=AA=E4=BA=9B=E6=83=85=E5=86=B5=E4= =B8=8B=E4=BA=BA=E4=BB=AC=E4=BC=9A=E6=9C=9F=E6=9C=9B=E4=BD=BF=E7=94=A8=E5=AE= =83=EF=BC=89=E5=9C=A8 +``Documentation/admin-guide/LSM/`` =E4=B8=AD=E9=80=82=E5=BD=93=E8=AE=B0=E5= =BD=95=E4=B8=8B=E6=9D=A5=E5=90=8E=EF=BC=8C=E5=B0=B1=E4=BC=9A=E8=A2=AB=E6=8E= =A5=E5=8F=97=E8=BF=9B=E5=85=A5=E5=86=85=E6=A0=B8=E3=80=82 +=E8=BF=99=E4=BD=BF=E5=BE=97LSM=E7=9A=84=E4=BB=A3=E7=A0=81=E5=8F=AF=E4=BB= =A5=E5=BE=88=E8=BD=BB=E6=9D=BE=E7=9A=84=E4=B8=8E=E5=85=B6=E7=9B=AE=E6=A0=87= =E8=BF=9B=E8=A1=8C=E5=AF=B9=E6=AF=94=EF=BC=8C=E4=BB=8E=E8=80=8C=E8=AE=A9=E6= =9C=80=E7=BB=88=E7=94=A8=E6=88=B7=E5=92=8C=E5=8F=91=E8=A1=8C=E7=89=88=E5=8F= =AF=E4=BB=A5=E6=9B=B4 +=E6=98=8E=E6=99=BA=E5=9C=B0=E5=86=B3=E5=AE=9A=E9=82=A3=E4=BA=9BLSM=E9=80= =82=E5=90=88=E4=BB=96=E4=BB=AC=E7=9A=84=E9=9C=80=E6=B1=82=E3=80=82 + +=E6=9C=89=E5=85=B3=E5=8F=AF=E7=94=A8=E7=9A=84 LSM =E9=92=A9=E5=AD=90=E6=8E= =A5=E5=8F=A3=E7=9A=84=E8=AF=A6=E7=BB=86=E6=96=87=E6=A1=A3=EF=BC=8C=E8=AF=B7= =E5=8F=82=E9=98=85 ``security/security.c`` =E5=8F=8A=E7=9B=B8=E5=85=B3=E7= =BB=93=E6=9E=84=E3=80=82 --=20 2.49.0