search for: runas_alias

Displaying 2 results from an estimated 2 matches for "runas_alias".

1999 Nov 13
0
Retraction: security hole in sudo allows users full access
...e of an item may be ......... Cmnd_List ::= Cmnd | Cmnd ',' Cmnd_List ....... The reserved word ALL is a a built in alias that always causes a match to succeed. It can be used wherever one might otherwise use a Cmnd_Alias, User_Alias, Runas_Alias, or Host_Alias. You should not try to define your own alias called ALL as the built in alias will be used in preference to your own. I assumed the built in alias ALL had to do with the commands defined in the sudoers file. Assuming definitely made an ass out of me. I used...
2010 May 20
10
Question about templates from variables
I''m running into an issue trying to do something like the following: class test { file {"test": content => template(''mytemplate1'',''mytemplate2''), } } class test::test2 inherits test { File["test"] { content +> template(''mytemplate3''), } } So, basically I want the inherited class to tack on another