From: at@turbinal.org
To: ALT Devel discussion list <devel@altlinux.ru>, sisyphus@altlinux.ru
Subject: Re: [sisyphus] rpm find-requires
Date: Mon, 16 Sep 2002 21:00:06 +0400
Message-ID: <20020916170006.GA26086@homestead.turbinal.org> (raw)
In-Reply-To: <20020916150158.GA5503@basalt.office.altlinux.ru>
On Mon, Sep 16, 2002 at 07:01:58PM +0400, Dmitry V. Levin wrote:
> On Mon, Sep 16, 2002 at 06:46:15PM +0400, at@turbinal.org wrote:
> > > > Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir ?
> > > find $RPM_BUILD_ROOT%_docdir -type f -exec chmod 0644 {} \;
> >
> > Это у них у всех потенциально неправильный Requires?
> > Здесь нужна policy.
>
> Например?
Здесь есть два разных вопроса:
1) rpm должен/не должен искать find-requires в /usr/share/doc.
2) в /usr/share/doc могут/не могут лежать исполняемые и/или порождающие
зависимости файлы.
И есть два решения:
1) Пропускать /usr/share/doc при поиске find-requires.
и/или
2) Принудительно проставлять 755/644 или 755/umask после %install
Лучше всего ставить 755/644 на всё что есть в /usr/share/doc или даже в
/usr/share вообще (а зачем оно тогда называется /usr/share?). Так легче
контролировать систему. Всё, что гарантированно исполняется, должно
лежать в /usr/bin, а всё остальное -- где-нибудь в
/usr/share/doc/%name-%version/contrib и без всяких прав.
RPM в этом смысле -- достаточно половинчатый интсрумент, им в /usr/bin
можно установить 0644, а в /usr/share/doc -- 4777. Права доступа %attr по
идее вообще не нужны. Нужны классы файлов и FHS enforcement. Например,
класс: бинарь -- ставим 0755 в /usr/bin
класс: suid-бинарь -- ставим 4711 в /usr/bin
класс: конфиг -- 0644 root:group /etc
класс: restrited-конфиг -- 0640 root:group /etc
класс: chrooted-конфиг -- /var/lib/%name/etc/*.conf, ln -sf ...
Но кое-что из этого можно сделать и с RPM через /usr/lib/rpm/brp-*.
next prev parent reply other threads:[~2002-09-16 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-16 13:03 at
2002-09-16 13:35 ` Sergey Bolshakov
2002-09-16 14:46 ` at
2002-09-16 15:31 ` Sergey Bolshakov
2002-09-16 17:00 ` at [this message]
2002-09-20 15:24 ` at
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020916170006.GA26086@homestead.turbinal.org \
--to=at@turbinal.org \
--cc=devel@altlinux.ru \
--cc=sisyphus@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git