Go to main content

man pages section 3: Extended Library Functions, Volume 2

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

IMA_SetNodeName (3IMA)

Name

IMA_SetNodeName - Sets a new name for a specified node

Synopsis

cc [ flag... ] file... -lima [ library... ]
#include <ima.h>

IMA_STATUS IMA_SetNodeName(
     /* in */      IMA_OID nodeOid,
     /* in */      const IMA_NODE_NAME newName
);

Parameters

nodeOid

The object ID of the node whose name is being set

newName

The new name of the specified node

Description

The IMA_SetNodeName() API sets a new name for a specified node.

Return Values

IMA_STATUS_REBOOT_NECESSARY

Returned if a reboot is necessary before the setting of the name takes effect

IMA_ERROR_INVALID_PARAMETER

Returned if the newName argument is NULL, or specifies a memory area from which data cannot be read, or has a length of 0

IMA_ERROR_INVALID_OBJECT_TYPE

Returned if the nodeOid argument does not specify a valid object type

IMA_ERROR_INCORRECT_OBJECT_TYPE

Returned if the nodeOid argument does not specify a node object

IMA_ERROR_OBJECT_NOT_FOUND

Returned if the nodeOid argument does not specify a node known to the system

IMA_ERROR_NAME_TOO_LONG

Returned if the newName argument contains more than 223 bytes when encoded in the UTF-8 format

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/storage/snia-ima
Interface Stability
Volatile
MT-Level
Safe

See Also

libima(3LIB), attributes(7), IMA_GetSharedNodeOid(3IMA), IMA_GetNonSharedNodeOidList(3IMA), IMA_GetNodeProperties(3IMA), IMA_SetNodeAlias(3IMA)