diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-26 14:17:16 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-26 14:17:16 +0200 |
commit | 770a0f34c90b59460372da181895b3a2802113f1 (patch) | |
tree | b08aafa1f4a7f60100e0d5c34d03634207720126 /doc | |
parent | ca40fafedb504ff0195e347886e96a0268b3f5db (diff) | |
download | librpm-tizen-770a0f34c90b59460372da181895b3a2802113f1.tar.gz librpm-tizen-770a0f34c90b59460372da181895b3a2802113f1.tar.bz2 librpm-tizen-770a0f34c90b59460372da181895b3a2802113f1.zip |
Beginnings of file capability (POSIX.1e draft 15) verification support
- add minimal bits and pieces to check for capabilities in files on verify
- for now, any capability set is a verification failure as the capability
cannot have been set by rpm itself
- patch from Andreas Gruenbacher, modified to use libcap instead of raw
xattrs for portability
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,6 +91,7 @@ rpm \- RPM Package Manager [\fB--nodigest\fR] [\fB--nosignature\fR] [\fB--nolinkto\fR] [\fB--nomd5\fR] [\fB--nosize\fR] [\fB--nouser\fR] [\fB--nogroup\fR] [\fB--nomtime\fR] [\fB--nomode\fR] [\fB--nordev\fR] + [\fB--nocaps\fR] .SS "install-options" .PP @@ -718,6 +719,7 @@ the corresponding \fB--verify\fR test: \fBU\fR \fBU\fRser ownership differs \fBG\fR \fBG\fRroup ownership differs \fBT\fR m\fBT\fRime differs +\fBP\fR ca\fBP\fRabilities differ .fi .SS "DIGITAL SIGNATURE AND DIGEST VERIFICATION" |