Displaying 5 results from an estimated 5 matches for "sys_admin".
2015 Dec 23
1
CentOS 7 pcp-pmda-nvidia-gpu SELinux problems
...odule -i [...].pp', restarting the PCP service, getting new SELinux errors, going back to step 1, I ended up with this content in the .te file:
"""
module doshea-selinux-pcp-pmda-nvidia-gpu 1.0;
require {
type xserver_misc_device_t;
type pcp_pmcd_t;
class capability sys_admin;
class chr_file { read write ioctl open };
}
#============= pcp_pmcd_t ==============
allow pcp_pmcd_t self:capability sys_admin;
#!!!! This avc is allowed in the current policy
allow pcp_pmcd_t xserver_misc_device_t:chr_file { read write ioctl open };
"""
I don't get why...
2013 Oct 01
2
sshd accepted fingerprint logging
Currently, LogLevel must be set to VERBOSE to see the fingerprint of an
accepted key, and the default LogLevel is INFO. Since this is useful
security information, I would like to propose that the 'Accepted
publickey' message be modified to include the fingerprint of the
accepted key. Is this a reasonable solution?
Here is an example log snippet with LogLevel VERBOSE:
Oct 1 15:23:24
2002 Sep 17
0
Bug Report rsync 2.5.5 --delete and soft links to parent directories causes MAXSYMLINKS error
...have found an unwanted feature of rsync 2.5.5. It has to do with
soft links and the --delete option in archive mode. The following shows
how to reproduce the error.
Provide a soft link that refers to a parent directory.
%> /bin/ls -lR /tmp/src
/tmp/src:
total 16
16 drwxrwxr-x 2 wke sys_admin 239 Sep 17 16:18 dir1/
/tmp/src/dir1:
total 32
16 lrwxrwxrwx 1 wke sys_admin 2 Sep 17 16:17 dir2 -> ../
The command rsync -Pva --copy-unsafe-links /tmp/src/ /tmp/dst
works as expected.
When the --delete option is specified and the destination dir is a copy
of the source di...
2013 Jul 18
2
Any way to over-ride the "-q" option to debug a possible race condition?
...H_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
impi 4.1
The structure is that mpirun starts mpiexec.hydra which is turn
launches a series of mpi tasks via a ssh connection.
N.B., if there are some known issues with that ssh version that may be
relevant, information would be useful as I could push on the
sys_admin.
--
Professor Laurence Marks
Department of Materials Science and Engineering
Northwestern University
www.numis.northwestern.edu 1-847-491-3996
"Research is to see what everybody else has seen, and to think what
nobody else has thought"
Albert Szent-Gyorgi
2023 Apr 04
1
Virtiofsd
...get around bad
interactions with NFS's silly renaming.
[default: never]
--log-level <log-level>
Log level (error, warn, info, debug, trace, off) [default: info]
--modcaps <modcaps>
Modify the list of capabilities, e.g.,
--modcaps=+sys_admin:-chown
--rlimit-nofile <rlimit-nofile>
Set maximum number of file descriptors (0 leaves rlimit
unchanged) [default: min(1000000,
'/proc/sys/fs/nr_open')]
--sandbox <sandbox>
Sandbox mechanism to isolate the daemon process (nam...