kernel/initrd
取得 stage1
,接著 stage1
取得 stage2
。
stage2
的位置。換句話說:要傳遞指向套件庫的 repo=
或 stage2=
(或 inst.repo=
或 inst.stage2=
,現在比較偏好這項) 。如果 stage2
映像位於某伺服器上,但安裝套件位於其他伺服器上,必須使用 stage2=
:repo=
則僅在單一伺服器包含每項安裝所需物時才應使用 (stage2
映像 與 所有要安裝的套件,兩者兼具)。請注意 stage2=
仍然預期看見「套件庫」樹,您無法只傳遞導向 squashfs.img
檔案的路徑 (stage2=
在 F15 與以往版本中運行的方式)。
label linux kernel vmlinuz append initrd=initrd.img不再有效。需要指定
repo
:
label linux kernel vmlinuz append initrd=initrd.img repo=http://dl.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/或
stage2
:
label linux kernel vmlinuz append initrd=initrd.img stage2=http://my.internal.server/17/x86_64/os/(或其他有效的鏡像站)。
/etc/security/pwquality.conf
組態檔來設定。
pwquality.h
檔案中的 API 描述是由 libpwquality-devel 套件提供。我們也提供 python-pwquality 這個 python 包裝器。
deny_ptrace
,已經加入 SElinux 中。建議不打算在它們機器上對應用程式除錯的使用者將此布林值開啟。本布林值預防惡意程序讀取、或攻擊其他使用除錯工具 (包括 ptrace 與 gdb) 的程序。
deny_ptrace
布林值提供的防護,請以 root 身份執行下列指令:
# setsebool -P deny_ptrace 1
deny_ptrace
的保護,請以 root 身份執行下列指令停用其布林值:
# setsebool deny_ptrace 0
/tmp
目錄。之前發現使用 /tmp
與 /var/tmp
的具特權服務,可被不具特權使用者干預,這潛在不具特權使用者可自行提升權力的問題。服務若使用私有 /tmp
目錄便可預防這種形式的漏洞。
[Service] PrivateTmp=true
information_schema.referential_constraints
view, or if you have columns of type citext
, you may need to take special action. Refer to http://www.postgresql.org/docs/9.1/static/release-9-1-2.html.
MATCH
operator) in FTS4 begins with "^" then that token must be the first in its field of the document.
CREATE INDEX
on very large tables.
DISTINCT
keyword is present.
test_quota.c
module so that it can track preexisting files.
SQLITE_DBSTATUS_CACHE_HIT
and SQLITE_DBSTATUS_CACHE_MISS
to the sqlite3_db_status()
interface.
SQLITE_ENABLE_STAT2
, replacing it with the much more capable SQLITE_ENABLE_STAT3
option.
--pageinfo
and --stats
options and support for multiplexed databases.
sqlite3_data_count()
interface so that it can be used to determine if SQLITE_DONE
has been seen on the prepared statement.
SQLITE_FCNTL_OVERWRITE
file-control by which the SQLite core indicates to the VFS that the current transaction will overwrite the entire database file.
OR
expressions in the WHERE
clause in an effort to find better indices.
SQLITE_DIRECT_OVERFLOW_READ
compile-time option, causing overflow pages to be read directly from the database file, bypassing the page cache.
sqlite3_mprintf()
family of string rendering routines.