Giter Site home page Giter Site logo

aide.github.io's People

Contributors

chenrui333 avatar hasorli avatar hloeffler avatar hvhaugwitz avatar problame avatar sorin-mihai avatar ta1m1kam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

aide.github.io's Issues

[Feature request] Rewrite of the AIDE documentation

Hello. I would like to request and propose that the AIDE documentation would become re-wroten if nessecarry then even from scratch ;-) ).

In my proposal, it would be a good idea to split the documentation into sections, with would contain the full reference (it can be done as separate files for better visibilty) of:

  • command line (CLI) of aide and aideinit
  • aide
  • aide.conf
  • aide.db

Proposed above would make things much easier who are just starting with or are switching to AIDE from other software. Please add also a link t it on the main project website

Provide best practices for rule writing

You removed aide.conf in 2021. But good example using best practices from the author would be very useful.

Since rules are regexp based (also restricted rules complicating view) for new users it's hard to grasp how it's better and optimal to write them for real system and not miss something.

ps. Does order matter or not, are multiple rules with the same pattern allowed or not (and how they are interpreted), nowhere explained what is R and L, what is purpose of E, how I works.

pps. This is what people get as examples instead:

Fedora provides such aide.conf https://src.fedoraproject.org/rpms/aide/blob/rawhide/f/aide.conf
Why they list every dir in / (like below) and not just match root with some rule?

/boot   NORMAL
/bin    NORMAL
/sbin   NORMAL
/lib    NORMAL
/lib64  NORMAL
/opt    NORMAL
/usr    NORMAL
/root   NORMAL

Why they list every file in /etc instead of some global rule?

/etc/profile NORMAL
/etc/bashrc NORMAL
/etc/bash_completion.d/ NORMAL

Perhaps user should not forget to add /etc/zshrc.d to it if they use zsh.
Their ruleset seems not forbid to traverse into /proc or /sys is this not important (since no rules added to them)?

OpenSUSE provides such example https://build.opensuse.org/package/view_file/openSUSE:Factory/aide/aide.conf?expand=1

/proc$      StaticDir 
!/proc 

And why not just =/proc StaticDir?
Also, binaries dirs. matched with Binlib = p+i+n+u+g+s+b+m+c+sha256+sha512 , but with setcap equivalent of SUID root capabilities could be added and system trojanized undetected (for example add CAP_SYS_ADMIN to some rarely used tcsh binary). They seems missing this, instead they get double security with two hashsums +sha256+sha512 while one is enough.

Connecting to Zarin Pal payment portal

Hello, I want to connect the aide application to the Zarin Pal payment portal. I wanted examples of build.gradle, manifest, xmle, and MainActivity.java codes. Please help me. Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.