Back to igraltist's experiences /RSBAC RC
When you hit this site I guess you have successfully boot your RSBAC system and RC is waiting to setup. All is depend on the proper setup of the RC module.
Most linux distribution using the Filesystem Hierarchy Standard. 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. |
8 | home_admins_FD | /home/admins | Home base directory for admin users. |
9 | home_users_FD | /home/users | Home base directory for ordinary users. |
100 | init_FD | /sbin/init | Path to init binary. |
* must setup on /lib32 or /lib64 and /lib is just a symlink