which change to the /etc/nscd.conf file will increase performance of the Name Service Cache Daemon (nscd)?
At your company, the NIS hosts map is pushed (updated) once every night. The /etc/nscd.conf file contains the lines:
#
# Copyright (c) 1994-2001 by Sun Microsystems, Inc.
#
#ident "@(#)nscd.conf 1.6 01/01/26 SMI"
#
debug-level 0
positive-time-to-live passwd 600
negative-time-to-live passwd 5
suggested-size passwd 211
keep-hot-count passwd 20
old-data-ok passwd no
check-files passwd yes
positive-time-to-live hosts 3600
negative-time-to-live hosts 5
suggested-size hosts 211
keep-hot-count hosts 20
old-data-ok hosts no
check-files hosts yes
Based on this information, which change to the /etc/nscd.conf file will increase performance of the Name Service Cache Daemon (nscd)?
With what effective UID and real UID will the /usr/sbin/auditd program be started?
Given the command and output:
# profiles -l testrole
Audit Control:
/etc/init.d/audit euid=0, egid=3
/etc/security/bsmconv uid=0
/etc/security/bsmunconv uid=0
/usr/sbin/audit euid=0
/usr/sbin/auditconfig euid=0
/usr/sbin/auditd uid=0
All:
*
And given the fact that testrole executes commands with a profile shell. With what effective UID and real UID will the /usr/sbin/auditd program be started?
Which entries are contained in the /etc/security/exec_attr file after the required RBAC configuration is imple
The security administrator wants to assign user bob to a netsec role so that the user can run the ifconfig and snoop commands with a rights profile named NSM. Which entries are contained in the /etc/security/exec_attr file after the required RBAC configuration is implemented?
In which file do you need to place the configuration parameters?
The security team requests that NFS logging be enabled. They supply you with the configuration parameters that they want.
In which file do you need to place the configuration parameters?
Which file contains this line?
The systems on your network use only the command line to log in. A recent security review requires you to track the number of failed logins after three unsuccessful attempts have been made. You create the /var/adm/loginlog file. To complete this task you must edit the file that contains the line SYSLOG_FAILED_LOGINS=5.
Which file contains this line?