Working with Mikrotek
https://wikileaks.org/ciav7p1/cms/page_44957707.html
This makes for some excellent training.
https://wikileaks.org/ciav7p1/cms/page_44957707.html
This makes for some excellent training.
Maybe. I'd sooner focus on Jails to set up specific environments like that, this would ensure that the main system remains as is.So my question is can you remove chmod, chown, chroot from a base system once built out and running?(Especially like the router OS featured)
root@macron:/boot/kernel # ls -l pf.ko
-r-xr-xr-x 1 root wheel 275857 Mar 10 11:51 pf.ko*
root@macron:/boot/kernel # chmod o-rx pf.ko
chmod: pf.ko: Operation not permitted
root@macron:/boot/kernel # id
uid=0(root) gid=0(wheel) groups=0(wheel),5(operator)
root@macron:/boot/kernel # chgrp peter pf.ko
chgrp: pf.ko: Operation not permitted
root@macron:/boot/kernel #
root@macron:/boot/kernel # ls -lo pf*
-r-xr-xr-x 1 root wheel schg 275857 Mar 10 11:51 pf.ko*
-r-xr-xr-x 1 root wheel - 522114 Mar 10 11:51 pf.ko.symbols*
root@macron:/boot/kernel # sysctl kern.securelevel
kern.securelevel: 1