| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/systemd/system/ |
Upload File : |
[Unit] Description=GSSAPI Proxy Daemon # GSSPROXY will not be started until syslog is After=syslog.target network.target Before=rpc-gssd.service [Service] StateDirectory=gssproxy/clients gssproxy/rcache StateDirectoryMode=0700 Environment=KRB5RCACHEDIR=/var/lib/gssproxy/rcache ExecStart=/usr/sbin/gssproxy -i # This can be changed to notify-reload and ExecReload= can be removed once # systemd 253 is common enough Type=notify ExecReload=/bin/kill -HUP $MAINPID ProtectSystem=full ProtectClock=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # NoNewPrivileges: when true breaks the ability to open a socket # under /var/lib/gssproxy so no NoNewPrivileges # PrivateTmp: can't be used as it hides ccaches stored in /tmp # ProtectHome: blocks access to /home which may hold ccaches # ProtectHostname: blocks propagation of hostname on change # but in some cases, when using a keytab, we may want to see hostname # changes as the server will want to respond only for the system name # ProtectKernelTunables: blocks ability to write to proc. # on startup gssproxy needs to write in proc to let nfsd know it can # use the "new" gssproxy method instead of the old rpc stuff. [Install] WantedBy=multi-user.target