Language | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
English
|
7 | ||||||
|
|||||||
Chinese (Simplified) (zh_CN)
|
20% | 541 | 10,779 | 23 | |||
|
|||||||
Chinese (Traditional) (zh_TW)
|
0% | 681 | 15,022 | ||||
|
|||||||
Dutch (nl_NL)
|
0% | 682 | 15,023 | ||||
|
|||||||
French (fr_FR)
|
0% | 683 | 15,024 | ||||
|
|||||||
German (de_DE)
|
0% | 682 | 15,023 | ||||
|
|||||||
Italian (it_IT)
|
0% | 682 | 15,023 | ||||
|
|||||||
Norwegian Bokmål
|
0% | 681 | 14,983 | ||||
|
|||||||
Persian
|
0% | 680 | 14,981 | ||||
|
|||||||
Portuguese (Brazil)
|
0% | 679 | 14,980 | 3 | 3 | ||
|
|||||||
Spanish
|
19% | 549 | 10,813 | 19 | |||
|
|||||||
Turkish (tr_TR)
|
0% | 684 | 15,025 | ||||
|
Please sign in to see the alerts.
Project website | docs.freebsd.org/en |
---|---|
Translation process |
|
Translation license | BSD 2-Clause "Simplified" License |
Filemask | documentation/content/*/books/arch-handbook/mac/chapter.po |
Languages | 12 |
Source strings | 684 |
Source words | 15,025 |
Source characters | 105,821 |
Hosted strings | 8,208 |
Hosted words | 180,300 |
Hosted characters | 1,269,852 |
Redistributions of source code (SGML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer as the first lines of this file unmodified.
بازتوزیعهای کد منبع (XML DocBook) باید اعلان حق نشر بالا، این فهرست از شرایط و بیانیه رفع مسئولیت پیشِ رو را بدون تغییر، به عنوان اولین خطوط از پرونده حفظ کنند.
Redistribution and use in source (SGML DocBook) and 'compiled' forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met:
بازتوزیع و استفاده در منبع (XML DocBook) و قالبهای 'کامپایلشده' (XML، HTML،PDF، PostScript، RTF و غیره) با یا بدون تغییر، مجاز است مشروط بر آنکه این شرایط برآورده شوند:
Redistributions of source code (SGML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer as the first lines of this file unmodified.
Omfordeling av kildekoden (XML DocBook) må beholde ovennevnte opphavsrettserklæring, denne listen over forhold og følgende ansvarsfraskrivelse som de første linjene i denne filen uendret.
Redistribution and use in source (SGML DocBook) and 'compiled' forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met:
Redistribusjon og bruk av kilde (XML DocBook) og 'kompilert' skjemaer (XML, HTML, PDF, PostScript, RTF osv.) Med eller uten endring, er tillatt under forutsetning av at følgende betingelser er oppfylt:

Automatic translation
Documentation / books/arch-handbook/mac/chapter — Chinese (Simplified) (zh_CN)
Determine whether the subject credential can set the extended attribute of passed name and passed namespace on the passed vnode. Policies implementing security labels backed into extended attributes may want to provide additional protections for those attributes. Additionally, policies should avoid making decisions based on the data referenced from `uio`, as there is a potential race condition between this check and the actual operation. The `uio` may also be `NULL` if a delete operation is being performed. Return 0 for success, or an `errno` value for failure. Suggested failure: EACCES for label mismatch, or EPERM for lack of privilege.
确定相关主体信任状是否有权设置给定 vnode 上给定名字空间中给定名字的扩展属性的值。使用扩展属性备份安全标记的策略模块可能需要对其使用的属性实施额外的保护。另外,由于在检查和实际操作时间可能存在的竞争,策略模块应该避免根据来自<parameter>uio</parameter>中的数据做出决策。如果正在执行一个删除操作,则参数 <parameter>uio</parameter> 的值也可能为 <literal>NULL</literal>。成功,则返回 <returnvalue>0</returnvalue>;否则,返回一个<varname>errno</varname>值。建议使用的错误编码:<errorcode>EACCES</errorcode>,用于标记不匹配;<errorcode>EPERM</errorcode>,用于权限不够。