How do I list the non-global zone's privilege set in solaris 10?



  • # ppriv -l zone
    contract_event
    contract_observer
    cpc_cpu
    dtrace_kernel
    dtrace_proc
    [...output truncated...]
    win_fontpath
    win_mac_read
    win_mac_write
    win_selection
    win_upgrade_sl
    
    # ppriv -l -v zone
    contract_event
            Allows a process to request critical events without limitation.
            Allows a process to request reliable delivery of all events on
            any event queue.
    contract_observer
            Allows a process to observe contract events generated by
            contracts created and owned by users other than the process's
            effective user ID.
            Allows a process to open contract event endpoints belonging to
            contracts created and owned by users other than the process's
            effective user ID.
    cpc_cpu
            Allow a process to access per-CPU hardware performance counters.
    [...output truncated...]
    


© Lightnetics 2024