[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

secure mode for sudo



Why does sudo not have a secure_mode boolean like su has?

if(secure_mode) {
	# Only allow transitions to unprivileged user domains.
	userdom_spec_domtrans_unpriv_users($1_sudo_t)
} else {
	# Allow transitions to all user domains
	userdom_spec_domtrans_all_users($1_sudo_t)
}

Attachment: signature.asc
Description: This is a digitally signed message part


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]