lidsconf -A -s /usr/sbin/cron -o /var/log -t 0018-0019 -i 2 -j WRITEwould allow cron to write to /var/log between 00:18 and 00:19. (-i 2 allows logrotate and its children write access; directly granting write access to logrotate would be a mistake — this would allow an intruder to repeatedly rotate logs...)
> sorry, CAP_HIDDEN will not be working on LIDS 2.2.x..Smile This is because > LSM do not provide the nesseary hooks that we can use to hide files as > well as the process(via /proc file system). > > I will removed the CAP_HIDDEN in source and lidstools to let is obsoleted. > > Thanks, > huagangIt is no longer possible to hide a process using LIDS functionality. Other kernel-patches exist (e.g., GR Security) which prevent users from seeing processes other than their own. To hide particular processes from all users (including root), use a specially-crafted kernel module — a root kit!
...previous | up (conts) | next... |