Linux Security Cookbook [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Linux Security Cookbook [Electronic resources] - نسخه متنی

Daniel J. Barrett, Robert G. Byrnes, Richard Silverman

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Recipe 1.13 Excluding Files from the Database



1.13.1 Problem


You want to add some, but not all,
files in a given directory to the Tripwire database.


1.13.2 Solution


Mark a directory hierarchy for inclusion:

/etc -> 

rule


Immediately after, mark some files to be excluded:

!/etc/not.me
!/etc/not.me.either

You can exclude a subdirectory too:

!/etc/dirname


1.13.3 Discussion


The exclamation mark (!) prevents the
given file or subdirectory from being added to
Tripwire's database.


1.13.4 See Also


The Tripwire manual has detailed documentation on the policy file
format.

/ 247