# Don't edit. The file created by samogon
# https://wiki.yandex-team.ru/samogon/
#
# vim: set tabstop=8 shiftwidth=8 noexpandtab:
#------------------------------------------------------------------------
# Default system specification
#------------------------------------------------------------------------
Defaults !env_reset
Defaults:monitor        !syslog
Defaults>root           umask = 0022
Defaults>webbase        use_loginclass
#------------------------------------------------------------------------
# User alias specification
#------------------------------------------------------------------------
User_Alias      SANDBOX_GROUP = korum, %dpt_yandex_search_devtech_sandbox
#------------------------------------------------------------------------
# Cmnd alias specification
#------------------------------------------------------------------------
Cmnd_Alias      LSOF = /usr/local/sbin/lsof, /usr/bin/lsof
#Cmnd_Alias      APTGET = /usr/bin/apt-get
#Cmnd_Alias      DPKG = /usr/bin/dpkg
Cmnd_Alias      MONGO = /etc/init.d/mongodb_*, /bin/rm -rf /ssd/mongodbs/db_370*
#------------------------------------------------------------------------
# User privilege specification
#------------------------------------------------------------------------
%root                                           ALL = (ALL) ALL
%wheel                                          ALL = (ALL) ALL
sandbox         ALL = NOPASSWD: MONGO, LSOF
