Searched refs:locallist (Results 1 – 3 of 3) sorted by relevance
/external/selinux/policycoreutils/semanage/ |
D | seobject.py | 341 def list(self, heading=1, locallist=0): argument 352 if locallist: 441 def list(self, heading=1, locallist=0): argument 702 def get_all(self, locallist=0): argument 704 if locallist: 725 def list(self, heading=1, locallist=0): argument 726 ddict = self.get_all(locallist) 968 def get_all(self, locallist=0): argument 970 if locallist: 997 def list(self, heading=1, locallist=0): argument [all …]
|
D | semanage | 238 OBJECT.list(args.noheading, args.locallist) 375 OBJECT.list(args.noheading, args.locallist) 435 OBJECT.list(args.noheading, args.locallist) 486 OBJECT.list(args.noheading, args.locallist) 531 OBJECT.list(args.noheading, args.locallist) 574 OBJECT.list(args.noheading, args.locallist) 614 OBJECT.list(args.noheading, args.locallist) 668 OBJECT.list(args.noheading, args.locallist)
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 118 * Only list disabled modules for module locallist from Dan Walsh. 220 * semanage: locallist option does not take an argument 629 * Add boolean, locallist, deleteall, and store support to semanage from Dan Walsh.
|