Open main menu

CDOT Wiki β

Changes

SEC520/labs/Lab 7

79 bytes removed, 16:00, 21 July 2023
m
Protected "SEC520/labs/Lab 7": OER transfer ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
<ul>
<li>[http://www.yolinux.com/TUTORIALS/LinuxTutorialManagingGroups.html#ACL ACLs]</li>[http://www.yolinux.com/TUTORIALS/LinuxTutorialManagingGroups.html#ACL ] <li>[http://hackinglinux.blogspot.ca/2007/05/selinux-tutorial.html SELinux]</li>
<!--DEAD LINK<li>[http://www.syntaxtechnology.com/2009/06/sudo-tutorial/ Sudo]</li>-->
<li>[http://cs.senecac.on.ca/%7Efac/ops435/2008_dev/ops435_w11_l1.pdf Cron Jobs]</li>
# User alias specification
<b>User_Alias USER3=user3
# Cmnd alias specification
Cmnd_Alias NETWORK=/sbin/ifconfig</b>
Note: you NEED the ABSOLUTE path to the command you put in there.
# User privilege specification
root ALL=(ALL) ALL
<b>user3 ALL=NETWORK</b>
# Defaults Specification
<b>Defaults syslog=local1</b>
</pre></li>