1.
An administrator has just configured an OpenVPN client. Upon starting the service, the following message is displayed: TLS Error: TLS key negatiation failed to occur within 60 seconds Which of the following statements is true?
2.
Under which path is the SELinux pseudofilesystem found ?
3.
Which option is required to syslogd in order for it to accept remote log message?
4.
Which of the following statements are true about Linux Extended Attributes on files? (Select 2 correct answers)
5.
Which of the following parameters should be set in main.cf to enable TLS in Postfix?
6.
An unprivileged user issued a command which produced the following log message:
avc: denied { getattr } for pid=984 exe=/usr/bin/vim path=/etc/shadow dev=03:01 ino=134343
scontext=hugh:user_r:user_t tcontext=system_u:object:shadow_t tclass=file
What does the message mean?
7.
The local system administrator has created a configuration entry for apache version 2 that isn't working. What is wrong with the following configuration?
AuthName Members
AuthType Basic
AuthUserFile /www/passwd
8.
When adding additional users to a file's extended ACL's, what is true abount the default behaviour of the ACL mask for the file?
9.
The system administrator is keeping local configuration file changes in RCS. What command will commit the file RCS revision control AND keep a local, unlocked copy of the latest version of the file?
10.
What is the syntax error in the following simple Puppet configuration file?
class test_class {
file { "/tmp/test.txt":
mode => 600,
owner => root,
group => root
}
}
# Define the node
node testclient {
isa test_class
}