Search
Excellent Resources
Great Forums
Helpful Blogs
Category Archives: security
Solaris 10: Verify the integrity of OS Executable and Linkable Format files
Starting from Solaris 10, most operating system ELF (Executable and Linkable Format) objects have been digitally signed. To verify that a file hasn’t been tampered with, we can use the command “elfsign”. Note that this utility verifies that contents of … Continue reading
Posted in Cryptography, security, Solaris
Tagged Cryptography, security, Solaris, Solaris 10
Leave a comment
Solaris HOW-TO: Enable/Disable FTP Logging
To enable/disable FTP logging in Solaris 10, the “inetadm” utility can be used for that. First, list the properties of the ftp service: root@hamdan # inetadm -l svc:/network/ftp SCOPE NAME=VALUE name=”ftp” endpoint_type=”stream” proto=”tcp6″ isrpc=FALSE wait=FALSE exec=”/usr/sbin/in.ftpd -a” user=”root” default bind_addr=”" … Continue reading
Posted in ftp, ftp logging, HOW-To, inetadm, network, security, smf, Solaris
Tagged ftp, ftp logging, how-to, inetadm, Network, security, smf, Solaris, Solaris 10, svcadm, svccprop
2 Comments