Compare commits

...

5 Commits

Author SHA1 Message Date
Brian Cox 4c84a88471 Set theme jekyll-theme-minimal 2019-03-16 12:30:30 -07:00
Brian Cox b4bd52e808
Merge pull request #34 from crdotson/patch-1
fix create policy command line
2018-11-29 23:31:25 -08:00
crdotson 7e0ed31da7
fix create policy command line`
/path/to/site.key was missing from the example.
2018-11-29 12:29:02 -05:00
Brian Cox 1eef710a2b
Merge pull request #30 from hallcristobal/readme
Correct README formatting
2018-04-25 00:15:22 -07:00
Cristobal Hall-Ramos 62b04550cd Correct README formatting 2018-04-24 15:08:55 -04:00
2 changed files with 22 additions and 22 deletions

View File

@ -41,7 +41,7 @@ Now it's time to configure which files & directories OST will monitor. A few si
The Tripwire policy language is documented in detail in the **twpolicy(4)** manual page, and default policies for most common operating systems are available in the OST project's policy subdirectory. The Tripwire policy language is documented in detail in the **twpolicy(4)** manual page, and default policies for most common operating systems are available in the OST project's policy subdirectory.
``` ```
./twadmin --create-polfile -S /etc/tripwire/twpol.txt ./twadmin --create-polfile -S /path/to/site.key /etc/tripwire/twpol.txt
``` ```
### Creating a baseline ### Creating a baseline
@ -129,8 +129,7 @@ The ```--enable-static``` option causes the build to create statically linked bi
Note that Linux systems that use NSS for name lookups will still employ shared libraries behind the scenes even when the OST binaries are statically linked. There have been occasional reports of segfaults when trying to do a name lookup in these circumstances, particularly when the binary was built on a different machine or it's trying to do an LDAP or NIS name lookup. If this occurs, there are two ways to work around it: Either switch to dynamic binaries, or set the Tripwire config file option ```RESOLVE_IDS_TO_NAMES=false```, which tells OST to just watch numeric user & group IDs and not perform name lookups. Note that Linux systems that use NSS for name lookups will still employ shared libraries behind the scenes even when the OST binaries are statically linked. There have been occasional reports of segfaults when trying to do a name lookup in these circumstances, particularly when the binary was built on a different machine or it's trying to do an LDAP or NIS name lookup. If this occurs, there are two ways to work around it: Either switch to dynamic binaries, or set the Tripwire config file option ```RESOLVE_IDS_TO_NAMES=false```, which tells OST to just watch numeric user & group IDs and not perform name lookups.
If the configure or make step fails with errors about the automake/autoconf version, it may be necessary to run the script If the configure or make step fails with errors about the automake/autoconf version, it may be necessary to run the script
``` ```./touchconfig.sh```
./touchconfig.sh```
before building the project. This script simply touches files in the correct order such that their last change times are not all identical, and that they're different in the right order. before building the project. This script simply touches files in the correct order such that their last change times are not all identical, and that they're different in the right order.
Then just Then just

1
_config.yml Normal file
View File

@ -0,0 +1 @@
theme: jekyll-theme-minimal