1 |
root |
1 |
# sudoers file.
|
|
|
2 |
#
|
|
|
3 |
# This file MUST be edited with the 'visudo' command as root.
|
|
|
4 |
#
|
|
|
5 |
# See the sudoers man page for the details on how to write a sudoers file.
|
|
|
6 |
#
|
|
|
7 |
|
|
|
8 |
# Host alias specification
|
1349 |
richard |
9 |
Host_Alias LAN_ORG=192.168.182.0/255.255.255.0,localhost #réseau de l'organisme
|
1 |
root |
10 |
# User alias specification
|
1710 |
richard |
11 |
User_Alias ADMIN=sysadmin # local admin account
|
|
|
12 |
User_Alias ADMWEB=apache # web admin account
|
1 |
root |
13 |
|
|
|
14 |
# Cmnd alias specification
|
1827 |
raphael.pi |
15 |
Cmnd_Alias NET=/sbin/ip,/sbin/arping,/sbin/arp,/usr/sbin/tcpdump,/usr/local/bin/alcasar-watchdog.sh,/usr/local/bin/alcasar-dhcp.sh # network commands
|
1710 |
richard |
16 |
Cmnd_Alias URPMI=/usr/sbin/urpmi,/usr/sbin/urpmi.update # packages managment
|
2006 |
raphael.pi |
17 |
Cmnd_Alias BYPASS=/usr/local/bin/alcasar-bypass.sh # authentication bypass
|
1710 |
richard |
18 |
Cmnd_Alias RADDB=/usr/bin/radwho,/usr/sbin/chilli_query # to manage users in command line
|
1827 |
raphael.pi |
19 |
Cmnd_Alias SQL=/usr/local/bin/alcasar-mysql.sh # to export users database
|
1710 |
richard |
20 |
Cmnd_Alias SYSTEM_BACKUP=/usr/local/bin/alcasar-conf.sh # to create conf backup file
|
|
|
21 |
Cmnd_Alias EXPORT=/usr/local/bin/alcasar-archive.sh # to export/save the log files
|
1845 |
raphael.pi |
22 |
Cmnd_Alias BL=/usr/local/bin/alcasar-bl.sh,/usr/local/bin/alcasar-havp.sh,/usr/local/bin/alcasar-file-clean.sh,/usr/local/bin/alcasar-url_filter_wl.sh,/usr/local/bin/alcasar-url_filter_bl.sh # to manage the filtering system
|
2006 |
raphael.pi |
23 |
Cmnd_Alias NF=/usr/local/bin/alcasar-iptables.sh,/usr/sbin/ipset # to manage the firewall
|
|
|
24 |
Cmnd_Alias LOGOUT=/usr/local/bin/alcasar-logout.sh # to disconnect the users
|
1827 |
raphael.pi |
25 |
Cmnd_Alias UAM=/usr/local/bin/alcasar-uamallowed.sh # to manage the trusted websites (uamallowed)
|
1710 |
richard |
26 |
Cmnd_Alias SERVICE=/usr/bin/systemctl,/usr/sbin/shutdown # to manage the linux services
|
|
|
27 |
Cmnd_Alias GAMMU=/usr/local/bin/alcasar-sms.sh # to manage the SMS subsystem
|
1740 |
richard |
28 |
Cmnd_Alias SSL=/usr/bin/openssl,/usr/local/bin/alcasar-importcert.sh # to manage the certificates
|
1911 |
raphael.pi |
29 |
Cmnd_Alias HTDIGEST=/usr/local/bin/alcasar-profil.sh # to manage htdigest groups
|
2010 |
raphael.pi |
30 |
Cmnd_Alias LOG_GEN=/usr/local/bin/alcasar-generate_log.sh # to create log PDF from ACC
|
1 |
root |
31 |
|
|
|
32 |
# Defaults specification
|
|
|
33 |
# Defaults syslog=auth
|
|
|
34 |
|
|
|
35 |
# Runas alias specification
|
|
|
36 |
|
|
|
37 |
# User privilege specification
|
|
|
38 |
root ALL=(ALL) ALL
|
|
|
39 |
|
|
|
40 |
# Uncomment to allow people in group wheel to run all commands
|
|
|
41 |
# %wheel ALL=(ALL) ALL
|
|
|
42 |
|
|
|
43 |
# Same thing without a password
|
|
|
44 |
# %wheel ALL=(ALL) NOPASSWD: ALL
|
|
|
45 |
|
|
|
46 |
# Samples
|
|
|
47 |
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
|
|
|
48 |
# %users localhost=/sbin/shutdown -h now
|
|
|
49 |
|
2010 |
raphael.pi |
50 |
ADMWEB LAN_ORG=(root) NOPASSWD: NET,SYSTEM_BACKUP,SQL,BL,NF,EXPORT,RADDB,LOGOUT,UAM,SERVICE,GAMMU,SSL,HTDIGEST,LOG_GEN
|
1599 |
richard |
51 |
ADMIN LAN_ORG=(root) NOPASSWD: NET,URPMI,BYPASS,SYSTEM_BACKUP,SQL,EXPORT,SERVICE
|
1 |
root |
52 |
|