summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsecdb
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsecdb')
-rw-r--r--usr/src/lib/libsecdb/auth_attr.txt2
-rw-r--r--usr/src/lib/libsecdb/common/i.rbac12
-rw-r--r--usr/src/lib/libsecdb/exec_attr.txt2
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkAutoconfRead.html2
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkAutoconfSelect.html4
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkAutoconfWlan.html2
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkAutoconfWrite.html2
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkILBconf.html4
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkILBenable.html4
-rw-r--r--usr/src/lib/libsecdb/help/auths/NetworkVRRP.html6
-rw-r--r--usr/src/lib/libsecdb/help/auths/WifiConfig.html5
-rw-r--r--usr/src/lib/libsecdb/help/auths/WifiWep.html5
-rw-r--r--usr/src/lib/libsecdb/help/profiles/RtConsUser.html4
-rw-r--r--usr/src/lib/libsecdb/help/profiles/RtNetAutoconfAdmin.html6
-rw-r--r--usr/src/lib/libsecdb/help/profiles/RtNetAutoconfUser.html2
-rw-r--r--usr/src/lib/libsecdb/help/profiles/RtNetILB.html2
-rw-r--r--usr/src/lib/libsecdb/help/profiles/RtNetVRRP.html2
-rw-r--r--usr/src/lib/libsecdb/policy.conf8
-rw-r--r--usr/src/lib/libsecdb/prof_attr.txt2
-rw-r--r--usr/src/lib/libsecdb/user_attr.txt2
20 files changed, 35 insertions, 43 deletions
diff --git a/usr/src/lib/libsecdb/auth_attr.txt b/usr/src/lib/libsecdb/auth_attr.txt
index a1a99aee82..b083187445 100644
--- a/usr/src/lib/libsecdb/auth_attr.txt
+++ b/usr/src/lib/libsecdb/auth_attr.txt
@@ -25,7 +25,7 @@
#
# /etc/security/auth_attr
#
-# authorizations. see auth_attr(4)
+# authorizations. see auth_attr(5)
#
solaris.:::All Solaris Authorizations::help=AllSolAuthsHeader.html
solaris.grant:::Grant All Solaris Authorizations::help=PriAdmin.html
diff --git a/usr/src/lib/libsecdb/common/i.rbac b/usr/src/lib/libsecdb/common/i.rbac
index 0ed2cc1cde..a7c1ffa46b 100644
--- a/usr/src/lib/libsecdb/common/i.rbac
+++ b/usr/src/lib/libsecdb/common/i.rbac
@@ -107,15 +107,15 @@ dbmerge() {
#
$sed_cmd -e '/^# \/etc\/security\/exec_attr/d' -e '/^#$/d' \
-e '/^# execution attributes for profiles./d' \
- -e '/^# See exec_attr(4)/d' \
+ -e '/^# See exec_attr([45])/d' \
-e '/^# \/etc\/user_attr/d' \
- -e '/^# user attributes. see user_attr(4)/d' \
+ -e '/^# user attributes. see user_attr([45])/d' \
-e '/^# \/etc\/security\/prof_attr/d' \
- -e '/^# profiles attributes. see prof_attr(4)/d' \
- -e '/^# See prof_attr(4)/d' \
+ -e '/^# profiles attributes. see prof_attr([45])/d' \
+ -e '/^# See prof_attr([45])/d' \
-e '/^# \/etc\/security\/auth_attr/d' \
- -e '/^# authorizations. see auth_attr(4)/d' \
- -e '/^# authorization attributes. see auth_attr(4)/d' \
+ -e '/^# authorizations. see auth_attr([45])/d' \
+ -e '/^# authorization attributes. see auth_attr([45])/d' \
$4.old > $4.$$
$mv_cmd $4.$$ $4.old
#
diff --git a/usr/src/lib/libsecdb/exec_attr.txt b/usr/src/lib/libsecdb/exec_attr.txt
index f63bfc3961..dc86dc9342 100644
--- a/usr/src/lib/libsecdb/exec_attr.txt
+++ b/usr/src/lib/libsecdb/exec_attr.txt
@@ -23,7 +23,7 @@
#
# /etc/security/exec_attr
#
-# execution attributes for profiles. see exec_attr(4)
+# execution attributes for profiles. see exec_attr(5)
#
#
All:suser:cmd:::*:
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfRead.html b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfRead.html
index c734350c34..86a8f1644a 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfRead.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfRead.html
@@ -32,6 +32,6 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
<body>
When View Network Auto-Magic Config is in the Authorizations Included
column, it grants permission to view the configuration repository used
-by the nwamd(1M) daemon to manage network configuration.
+by the nwamd(8) daemon to manage network configuration.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfSelect.html b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfSelect.html
index 966530c655..2f0889c9d7 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfSelect.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfSelect.html
@@ -31,7 +31,7 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
</head>
<body>
When Enable/Disable Network Auto-Magic Config is in the Authorizations Included
-column, it grants permission to enable and disable profiles by nwamd(1M) via
-the nwam-manager GUI or the nwamadm(1M) command.
+column, it grants permission to enable and disable profiles by nwamd(8) via
+the nwam-manager GUI or the nwamadm(8) command.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWlan.html b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWlan.html
index ee9827885d..0d9cbcac72 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWlan.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWlan.html
@@ -32,7 +32,7 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
<body>
When Create Network Auto-Magic Config for Known WLANs is in the Authorizations
Included column, it grants permission to create or modify Known WLAN data in
-the configuration repository used by the nwamd(1M) daemon to manage network
+the configuration repository used by the nwamd(8) daemon to manage network
configuration.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWrite.html b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWrite.html
index ae9b0fbde5..77b137f68f 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWrite.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkAutoconfWrite.html
@@ -32,6 +32,6 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
<body>
When Create Network Auto-Magic Config is in the Authorizations Included
column, it grants permission to create or modify data in the configuration
-repository used by the nwamd(1M) daemon to manage network configuration.
+repository used by the nwamd(8) daemon to manage network configuration.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkILBconf.html b/usr/src/lib/libsecdb/help/auths/NetworkILBconf.html
index b0a175258d..e711fce969 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkILBconf.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkILBconf.html
@@ -32,10 +32,10 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
<body>
When Network ILB Configuration is in the Authorizations
Included column, it grants permission to administrate the add,
-create and destroy subcommands of ilbadm(1M)
+create and destroy subcommands of ilbadm(8)
<p>
Note, to retrieve configuration and state information about ILB by
-using ilbadm(1M) doesn't require Network ILB Configuration
+using ilbadm(8) doesn't require Network ILB Configuration
authorization.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkILBenable.html b/usr/src/lib/libsecdb/help/auths/NetworkILBenable.html
index 3cb93b237e..54720abc45 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkILBenable.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkILBenable.html
@@ -32,10 +32,10 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
<body>
When Network ILB Enable Configuration is in the Authorizations
Included column, it grants permission to administrate the enable
-and disable subcommands of ilbadm(1M).
+and disable subcommands of ilbadm(8).
<p>
Note, to retrieve configuration and state information about ILB by
-using ilbadm(1M) doesn't require Network ILB Configuration
+using ilbadm(8) doesn't require Network ILB Configuration
authorization.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/NetworkVRRP.html b/usr/src/lib/libsecdb/help/auths/NetworkVRRP.html
index e641c0c9d8..3b3871418c 100644
--- a/usr/src/lib/libsecdb/help/auths/NetworkVRRP.html
+++ b/usr/src/lib/libsecdb/help/auths/NetworkVRRP.html
@@ -32,10 +32,10 @@ meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
<body>
When Administer VRRP is in the Authorizations Included column, it grants
authorization to administrate the VRRP service, which is provided by the
-vrrpd(1M) daemon. In particularly, the user is allowed to create, delete,
-modify, disable, re-enable VRRP routers using the vrrpadm(1M) command.
+vrrpd(8) daemon. In particularly, the user is allowed to create, delete,
+modify, disable, re-enable VRRP routers using the vrrpadm(8) command.
<p>
Note, querying configuration and state information of a VRRP router using
-vrrpadm(1M) doesn't require the Administer VRRP authorization.
+vrrpadm(8) doesn't require the Administer VRRP authorization.
</body>
</html>
diff --git a/usr/src/lib/libsecdb/help/auths/WifiConfig.html b/usr/src/lib/libsecdb/help/auths/WifiConfig.html
index 966df7274b..9182d4231d 100644
--- a/usr/src/lib/libsecdb/help/auths/WifiConfig.html
+++ b/usr/src/lib/libsecdb/help/auths/WifiConfig.html
@@ -24,9 +24,6 @@
CDDL HEADER END
-->
-<!-- SCCS keyword
-#pragma ident "%Z%%M% %I% %E% SMI"
--->
<HEAD>
<!--
@@ -37,7 +34,7 @@ META NAME="GENERATOR" CONTENT="Mozilla/4.02 [en] (X11; U; SunOS 5.6 sun4u) [Nets
-->
</HEAD>
<BODY>
-When Wifi Config is in the Authorizations Included column, it grants permission to manage all the parameters of the wifi interface apart from wep key using wificonfig(1m) command.
+When Wifi Config is in the Authorizations Included column, it grants permission to manage all the parameters of the wifi interface apart from wep key using wificonfig(8) command.
<p>
If Wifi Config is grayed, then you are not entitled to Add or Remove this authorization.
<BR>&nbsp;
diff --git a/usr/src/lib/libsecdb/help/auths/WifiWep.html b/usr/src/lib/libsecdb/help/auths/WifiWep.html
index 7e18d440d3..5ef9e419ea 100644
--- a/usr/src/lib/libsecdb/help/auths/WifiWep.html
+++ b/usr/src/lib/libsecdb/help/auths/WifiWep.html
@@ -24,9 +24,6 @@
CDDL HEADER END
-->
-<!-- SCCS keyword
-#pragma ident "%Z%%M% %I% %E% SMI"
--->
<HEAD>
<!--
@@ -37,7 +34,7 @@ META NAME="GENERATOR" CONTENT="Mozilla/4.02 [en] (X11; U; SunOS 5.6 sun4u) [Nets
-->
</HEAD>
<BODY>
-When Wifi Wep is in the Authorizations Included column, it grants permission to configurate the wep key of the wifi interface using the wificonfig(1m) command.
+When Wifi Wep is in the Authorizations Included column, it grants permission to configurate the wep key of the wifi interface using the wificonfig(8) command.
<p>
If Wifi Wep is grayed, then you are not entitled to Add or Remove this authorization.
<BR>&nbsp;
diff --git a/usr/src/lib/libsecdb/help/profiles/RtConsUser.html b/usr/src/lib/libsecdb/help/profiles/RtConsUser.html
index 7e7b956193..5a042d6e56 100644
--- a/usr/src/lib/libsecdb/help/profiles/RtConsUser.html
+++ b/usr/src/lib/libsecdb/help/profiles/RtConsUser.html
@@ -28,14 +28,12 @@
</HEAD>
<BODY>
-<!-- ident "%Z%%M% %I% %E% SMI" -->
-
When Console User is in the Rights Included column, it grants the right
for a user or role to do operations often associated with ownership of a
Solaris workstation or laptop.
<p>
-These Rights are typically granted automatically through policy.conf(4)
+These Rights are typically granted automatically through policy.conf(5)
to the user logged in on the workstation console. It can be, but is
generally not directly assigned to a user or role.
<p>
diff --git a/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfAdmin.html b/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfAdmin.html
index 5825f2d74d..cbdbabbcdb 100644
--- a/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfAdmin.html
+++ b/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfAdmin.html
@@ -28,9 +28,9 @@
<body>
When Network Autoconf Admin is in the Rights Included column, it grants the
right to create and edit the data in the configuration repository (using the
-nwamcfg(1M) command or the nwam-manager GUI) and to apply the changes made to
-the configuration repository to the system by nwamd(1M) daemon (using the
-nwamadm(1M) command or the nwam-manager GUI).
+nwamcfg(8) command or the nwam-manager GUI) and to apply the changes made to
+the configuration repository to the system by nwamd(8) daemon (using the
+nwamadm(8) command or the nwam-manager GUI).
<p>
If Network Autoconf Admin is grayed, then you are not entitled to Add or
Remove this right.
diff --git a/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfUser.html b/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfUser.html
index d8ad5cd1b3..25d9c5d594 100644
--- a/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfUser.html
+++ b/usr/src/lib/libsecdb/help/profiles/RtNetAutoconfUser.html
@@ -28,7 +28,7 @@
<body>
When Network Autoconf User is in the Rights Included column, it grants the
right to enable and disable different profiles and select WiFi networks using
-the nwamadm(1M) command or the nwam-manager GUI.
+the nwamadm(8) command or the nwam-manager GUI.
<p>
If Network Autoconf User is grayed, then you are not entitled to Add or
Remove this right.
diff --git a/usr/src/lib/libsecdb/help/profiles/RtNetILB.html b/usr/src/lib/libsecdb/help/profiles/RtNetILB.html
index 95a7f99bef..f1c22e0f10 100644
--- a/usr/src/lib/libsecdb/help/profiles/RtNetILB.html
+++ b/usr/src/lib/libsecdb/help/profiles/RtNetILB.html
@@ -27,7 +27,7 @@
</head>
<body>
When Network ILB is in the Rights Included column, it grants the
-right to manage the configuration of ILB feature by using ilbadm(1M)
+right to manage the configuration of ILB feature by using ilbadm(8)
command.
<p>
If Network ILB is grayed, then you are not entitled to Add or
diff --git a/usr/src/lib/libsecdb/help/profiles/RtNetVRRP.html b/usr/src/lib/libsecdb/help/profiles/RtNetVRRP.html
index 18c94e178e..45da90dd79 100644
--- a/usr/src/lib/libsecdb/help/profiles/RtNetVRRP.html
+++ b/usr/src/lib/libsecdb/help/profiles/RtNetVRRP.html
@@ -27,7 +27,7 @@
</head>
<body>
When Network VRRP is in the Rights Included column, it grants the
-right to administer the VRRP routers using the vrrpadm(1M) command.
+right to administer the VRRP routers using the vrrpadm(8) command.
<p>
If Network VRRP is grayed, then you are not entitled to Add or
Remove this right.
diff --git a/usr/src/lib/libsecdb/policy.conf b/usr/src/lib/libsecdb/policy.conf
index 60fea9f5f3..8009a24c8b 100644
--- a/usr/src/lib/libsecdb/policy.conf
+++ b/usr/src/lib/libsecdb/policy.conf
@@ -24,7 +24,7 @@
#
# /etc/security/policy.conf
#
-# security policy configuration for user attributes. see policy.conf(4)
+# security policy configuration for user attributes. see policy.conf(5)
#
AUTHS_GRANTED=solaris.device.cdrw
@@ -46,7 +46,7 @@ CRYPT_ALGORITHMS_ALLOW=1,2a,md5,5,6
# The illumos default is a SHA512 based algorithm. To revert to
# the policy present in former Solaris releases set CRYPT_DEFAULT=__unix__,
-# which is not listed in crypt.conf(4) since it is internal to libc.
+# which is not listed in crypt.conf(5) since it is internal to libc.
#
CRYPT_DEFAULT=6
#
@@ -73,8 +73,8 @@ CRYPT_DEFAULT=6
#PRIV_LIMIT=all
#
# LOCK_AFTER_RETRIES specifies the default account locking policy for local
-# user accounts (passwd(4)/shadow(4)). The default may be overridden by
-# a user's user_attr(4) "lock_after_retries" value.
+# user accounts (passwd(5)/shadow(5)). The default may be overridden by
+# a user's user_attr(5) "lock_after_retries" value.
# YES enables local account locking, NO disables local account locking.
# The default value is NO.
#
diff --git a/usr/src/lib/libsecdb/prof_attr.txt b/usr/src/lib/libsecdb/prof_attr.txt
index ec638b1732..b186fde8a9 100644
--- a/usr/src/lib/libsecdb/prof_attr.txt
+++ b/usr/src/lib/libsecdb/prof_attr.txt
@@ -24,7 +24,7 @@
#
# /etc/security/prof_attr
#
-# profiles attributes. see prof_attr(4)
+# profiles attributes. see prof_attr(5)
#
All:::Execute any command as the user or role:help=RtAll.html
Audit Configuration:::Configure Solaris Audit:auths=solaris.smf.value.audit;help=RtAuditCfg.html
diff --git a/usr/src/lib/libsecdb/user_attr.txt b/usr/src/lib/libsecdb/user_attr.txt
index 227468d7c0..2960468e49 100644
--- a/usr/src/lib/libsecdb/user_attr.txt
+++ b/usr/src/lib/libsecdb/user_attr.txt
@@ -23,7 +23,7 @@
#
# /etc/user_attr
#
-# user attributes. see user_attr(4)
+# user attributes. see user_attr(5)
#
#
adm::::profiles=Log Management