Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code, can be unstable sometimes
No events planned
This is an old revision of the document!
Back to igraltist's experiences /RSBAC RC
All is depend on the proper setup of the RC module.
Most linux distribution using the Filesystem Hierarchy Standard. So lets start.
The first two colums in the table below refer to the RC type number and RC type name. I use my system so some directories maybe differ on your system.
Number | Name | Directory | Description |
---|---|---|---|
0 | General_FD | / | Primary hierarchy root and root directory of the entire file system hierarchy. |
1 | Security_FD | /home/admin/security | Home directory for the security user. |
2 | Root_FD | /root | Home directory for the root user. |
3 | bin_FD | /bin | Essential command binaries that need to be available in single user mode; for all users, e.g., cat, ls, cp. |
4 | sbin_FD | /sbin | Essential system binaries, e.g., init, ip, mount.he binaries in /bin/ and /sbin/. |
3 | bin_FD | /usr/bin | Non-essential command binaries (not needed in single user mode); for all users. |
4 | sbin_FD | /usr/sbin | Non-essential system binaries, e.g., daemons for various network-services. |
5 | lib_FD | /lib | Libraries essential for the binaries in /bin/ and /sbin/. |
5 | lib_FD | /usr/lib* | Libraries for the binaries in /usr/bin/ and /usr/sbin/. |
6 | var_run_FD | /var/run | Information about the running system since last boot, e.g., currently logged-in users and running daemons. |
7 | var_log_FD | /var/log | Log files. Various logs. |