File: dosemu.users.example

package info (click to toggle)
dosemu 1.4.0.7%2B20130105%2Bb028d3f-1
  • links: PTS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd
  • size: 15,208 kB
  • ctags: 22,558
  • sloc: ansic: 137,718; asm: 4,266; sh: 1,620; perl: 1,411; makefile: 974; tcl: 599; awk: 404; yacc: 300; lex: 157
file content (25 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This is a sample dosemu.users file. You can put it in /etc or in
# /etc/dosemu but it is not compulsary to do so.
# Here you can allow certain privileged things to happen in a suid
# DOSEMU.
#
# Format:
#
#   [ <login> | all ] [ confvar [ confvar [ ... ] ] ]
#
#   <login>  the login name of a user
#   confvar  under this name a configuration variable is set which
#            can be checked via 'ifdef' in /etc/dosemu.conf
#            Variables starting with 'c_' define class permission
#
# For more details look at README.txt

#default_lib_dir= /usr/local/share/dosemu
#config_script= builtin # (or e.g. /etc/dosemu/global.conf)
#log_level= 0
#carol is allowed to do do all weird things
#(this is the default setting when using sudo)
#carol c_all
#joe is a restricted user and is only allowed to use console graphics
#(this is the default setting if dosemu.bin is suid-root)
#joe restricted