- Merge the following from the English version:
r17060 -> r17170 head/ja_JP.eucJP/books/handbook/security/chapter.xml
This commit is contained in:
parent
f2ffffaa3c
commit
04536ca036
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47788
1 changed files with 8 additions and 11 deletions
|
@ -3,11 +3,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: r17060
|
||||
Translation note: "fs-acl" section added in rev.1.118 is moved to
|
||||
handbook/basics in rev.1.134 and moved back to this file in
|
||||
rev.1.150. The traslation is already done in handbook/basics, so we
|
||||
should skip translating this section until rev.1.150.
|
||||
Original revision: r17170
|
||||
$FreeBSD$
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="security">
|
||||
|
@ -4166,8 +4162,6 @@ user@unfirewalled-system.example.org's password: <userinput>*******</userinput><
|
|||
</authorgroup>
|
||||
</info>
|
||||
|
||||
|
||||
|
||||
<indexterm>
|
||||
<primary>ACL</primary>
|
||||
</indexterm>
|
||||
|
@ -4196,15 +4190,17 @@ user@unfirewalled-system.example.org's password: <userinput>*******</userinput><
|
|||
でネイティブ対応されています。</para>
|
||||
|
||||
<note><para><acronym>UFS1</acronym> に拡張属性を付すように設定するのは、
|
||||
<acronym>UFS2</acronym> よりも高いレベルの管理オーバヘッドが必要になります。
|
||||
<acronym>UFS2</acronym>
|
||||
よりも高いレベルの管理オーバヘッドが必要になります。
|
||||
また、<acronym>UFS2</acronym>
|
||||
における拡張属性のパフォーマンスも大きく上がっています。
|
||||
その結果、アクセス制御リストを利用する上では、一般的には
|
||||
<acronym>UFS1</acronym> よりも <acronym>UFS2</acronym>
|
||||
の方がおすすめです。</para></note>
|
||||
|
||||
<para><acronym>ACLs</acronym> は、マウント時の管理フラグ <option>acls</option>
|
||||
で有効にされます。これは <filename>/etc/fstab</filename> に記述できます。
|
||||
<para><acronym>ACLs</acronym> は、マウント時の管理フラグ
|
||||
<option>acls</option> で有効にされます。
|
||||
これは <filename>/etc/fstab</filename> に記述できます。
|
||||
マウント時のフラグは、&man.tunefs.8;
|
||||
を使って、ファイルシステムヘッダのスーパブロックにある
|
||||
<acronym>ACLs</acronym> フラグを変更するという方法で、
|
||||
|
@ -4234,7 +4230,8 @@ user@unfirewalled-system.example.org's password: <userinput>*******</userinput><
|
|||
</itemizedlist>
|
||||
|
||||
<note><para><acronym>ACLs</acronym> の動作を変更して、まったく新たに
|
||||
&man.mount.8; を行わなくてもフラグを有効にできるようにすることも可能でしょう。
|
||||
&man.mount.8;
|
||||
を行わなくてもフラグを有効にできるようにすることも可能でしょう。
|
||||
しかし、我々は、うっかり <acronym>ACLs</acronym>
|
||||
を有効にしないでマウントしてしまうのを防ぐようにした方が望ましいと考えました。
|
||||
<acronym>ACLs</acronym> を有効にし、その後無効にしてから、
|
||||
|
|
Loading…
Reference in a new issue