DH_FIXPERMS(1) | Debhelper | DH_FIXPERMS(1) |
dh_fixperms - パッケージビルドディレクトリ内のファイル権限を修正する
dh_fixperms [debhelper options] [-Xitem]
dh_fixperms はパッケージビルドディレクトリ配下でファイルとディレクトリの権限を設定する役割の debhelper プログラムです。また、設定される権限は正しいもの、つまり Debian ポリシーに従って設定されます。
dh_fixperms makes all files in usr/share/doc in the package build directory (excluding files in the examples/ directory) be mode 644. It also changes the permissions of all man pages to mode 644. It removes group and other write permission from all files. It removes execute permissions from any libraries, headers, Perl modules, or desktop files that have it set. It makes all files in the standard bin and sbin directories, usr/games/ and etc/init.d executable (since v4). Finally, it removes the setuid and setgid bits from all files in the package.
When the Rules-Requires-Root field has the (effective) value of binary-targets, dh_fixperms will also reset the ownership of all paths to "root:root".
このプログラムは debhelper の一部です。
Joey Hess <joeyh@debian.org>
2019-02-23 | 12.1.1 |